[Lldb-commits] [PATCH] D32434: ObjectFileELF: Fix symbol lookup in bss section

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 24 15:09:40 PDT 2017


labath added a comment.

> We don't support running the test suite on Windows with MSVC.  We run it
>  with clang targeting windows instead.  So anyone running the test suite on
>  Windows is already using clang, and we can just specify a linux triple to
>  get an ELF binary.

You'll need a linker as well, which we do have in the form of lld, but I don't really want to pull in lld for the sake of this test. And I also used objcopy, although for this particular test we could probably do without it.

However, my main question is: can you still call this a unit test if it calls out to a compiler to produce an object file?


https://reviews.llvm.org/D32434





More information about the lldb-commits mailing list