Displaying 1 result from an estimated 1 matches for "llvm_use_dl".
Did you mean:
llvm_use_dll
2011 Apr 25
0
[LLVMdev] Big Windows Clang DLL
...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 to 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&q...