[Parallel_libs-commits] [PATCH] D24474: [SE] Stop using llvm-config --cxxflags
James Price via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Mon Sep 12 14:47:29 PDT 2016
jprice added a comment.
I believe `LLVMConfig.cmake` defines an `LLVM_ENABLE_RTTI` variable which can give you this information directly, without the need for the `execute_process()`.
https://reviews.llvm.org/D24474
More information about the Parallel_libs-commits
mailing list