[Lldb-commits] [PATCH] D39215: Default to using in-tree clang for building test executables

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 24 11:06:36 PDT 2017


labath updated this revision to Diff 120102.
labath added a comment.

This removes the LLDB_TEST_CLANG and LLDB_TEST_COMPILER settings.

I've decided to keep the separate C and CXX variables because:
a) that's consistent with other cmake settings
b) in case of gcc, it's not easy to figure out the c++ compiler name

  (potentially need to strip executable suffix and version number), and I did not
  want to implement one more dodgy heuristic.


https://reviews.llvm.org/D39215

Files:
  CMakeLists.txt
  lit/CMakeLists.txt
  lit/lit.site.cfg.in
  test/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39215.120102.patch
Type: text/x-patch
Size: 4186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171024/e4096ed6/attachment.bin>


More information about the lldb-commits mailing list