[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
Thu Aug 4 09:38:57 PDT 2016


beanz added a comment.

@compnerd,

If you're doing a cross-compile bootstrap you need to build the builtins using lib/builtins as the top-level source directory in order to skip the sanitizer configuration completely. If you're configuring the sanitizers we need the tests to use C++.

-Chris


Repository:
  rL LLVM

https://reviews.llvm.org/D22469





More information about the llvm-commits mailing list