MantisBT - CMake
View Issue Details
0015582CMakeCMakepublic2015-05-23 03:062015-11-02 09:15
Bo Zhou 
 
normalfeaturealways
closedno change required 
 
 
0015582: FindLLVM
Hi

If CMake has the built-in routines for locating LLVM libraries that would be great. Some people have already done this but still not the official support. Thanks

https://github.com/ldc-developers/ldc/blob/master/cmake/Modules/FindLLVM.cmake [^]
No tags attached.
Issue History
2015-05-23 03:06Bo ZhouNew Issue
2015-05-23 13:45Nils GladitzNote Added: 0038794
2015-05-26 09:28Brad KingNote Added: 0038800
2015-05-26 09:28Brad KingStatusnew => resolved
2015-05-26 09:28Brad KingResolutionopen => no change required
2015-11-02 09:15Robert MaynardNote Added: 0039822
2015-11-02 09:15Robert MaynardStatusresolved => closed

Notes
(0038794)
Nils Gladitz   
2015-05-23 13:45   
LLVM itself provides a package configuration file (LLVMConfig.cmake) which should make a find module superfluous.

See e.g. http://llvm.org/docs/CMake.html#embedding-llvm-in-your-project [^]
(0038800)
Brad King   
2015-05-26 09:28   
As pointed out in 0015582:0038794 LLVM already has support for find_package(LLVM) without any FindLLVM module. Since LLVM 3.6 it works even when LLVM is built via configure/make instead of CMake.
(0039822)
Robert Maynard   
2015-11-02 09:15   
Closing resolved issues that have not been updated in more than 4 months.