[PATCH] D13214: [CMake] Adjust the variables set by LLVMConfig.cmake
John Brawn via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 07:00:42 PDT 2015
john.brawn added a comment.
In http://reviews.llvm.org/D13214#255239, @chapuni wrote:
> It'd be good if we were going toward that our scripts would work without LLVMHandleOptions.cmake.
>
> Are there any discussions about it?
I'm not sure what you mean by this? Building a loadable pass already doesn't require using HandleLLVMOptions.cmake. The only partial dependency there is that HandleLLVMOptions.cmake sets -std=c++11 in the CXXFLAGS and if you don't use HandleLLVMOptions.cmake then you have to do that manually, but that's it as far as I can tell.
Repository:
rL LLVM
http://reviews.llvm.org/D13214
More information about the llvm-commits
mailing list