clayborg added a comment.

In https://reviews.llvm.org/D51935#1232203, @grimar wrote:

> In https://reviews.llvm.org/D51935#1232195, @clayborg wrote:
>
> > Patch looks good. A few fixes mentioned in inlined comments. And I am 
> > unsure how the test suite will run with various compilers if they don't 
> > support the -gdwarf-5 flag. We might need to run obj2yaml on a binary and 
> > then yaml2obj it for the test to ensure we can run the test. We might be 
> > able to just symbolicate a few addresses in the test instead of requiring 
> > us to run something.
>
>
> What about using the llvm-mc? I can convert c++ code to the assembler I think.
>  I'll try to investigate this problem tomorrow. Maybe we can just turn this 
> test off somehow for that case.


Yeah, we want a test that goes along with this feature, but not sure how to 
test "does my compiler support this flag" in the test suite without reverting 
to llvm-mc or obj2yaml/yaml2obj


https://reviews.llvm.org/D51935



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to