Displaying 1 result from an estimated 1 matches for "add_clang_executable".
2011 Apr 25
0
[LLVMdev] Big Windows Clang DLL
...be
described later.
5. Create a new "ClangDLL" project under tools/clang/lib for creating the
big DLL, which uses the new "add_clang_dll" macro.
6. Add new "set_clang_components" and "set_clang_llvm_components" cmake
macros for use in conjunction with "add_clang_executable" to collect the
Clang and LLVM components, as opposed to setting "LLVM_USED_LIBS" and
"LLVM_LINK_COMPONENTS" directory. (These macros will substitute the big DLL
for the component libraries.)
7. Modify "add_clang_executable" to pass an "LLVM_USE_DLL" de...