[PATCH] D22469: [compiler-rt] Don't require c++ headers when configuring compiler-rt builds

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 11:09:54 PDT 2016


beanz added a comment.

@Hahnfeld, agreed with one caveat. We should actually have two versions of the test. In config-ix.cmake we should have the source be a C++ file that does not rely on libcxx headers, and in builtin-config-ix.cmake, we should have the source be C only, because the builtin libraries do not use C++ at all.


Repository:
  rL LLVM

https://reviews.llvm.org/D22469





More information about the llvm-commits mailing list