Displaying 1 result from an estimated 1 matches for "add_clang_dl".
Did you mean:
add_clang_dll
2011 Apr 25
0
[LLVMdev] Big Windows Clang DLL
...big-DLL build. By default it is off.
2. Factor out the common portions of the "add_clang_library" into
"add_clang_library_common".
3. Modify the cmake macro "add_clang_library" to collect the source file
full path strings in a new target property.
4. Add a new "add_clang_dll" cmake macro for creating the big DLL. This
macro operates like "add_clang_library", but always builds a DLL target, and
doesn't collect the source paths. It also passes "LLVM_USE_DLL" and
"LLVM_EXPORTS" defines to the compiler, to enable the symbol exports t...