search for: llvm_import

Displaying 1 result from an estimated 1 matches for "llvm_import".

Did you mean: llvm_export
2011 Apr 25
0
[LLVMdev] Big Windows Clang DLL
...component module. This macro expands to nothing for the non-big-DLL version ("LLVM_USE_DLL" is not defined to the compiler), or to the LLVM_EXPORT macro when building the DLL ("Clang_EXPORTS" or "LLVM_EXPORTS" or "(moduleName)_EXPORTS" is defined), or to the LLVM_IMPORT macro when building against the DLL ("LLVM_USE_DLL" is defined). This include file will be included by any headers in the component needing the "(moduleNameUppercase)_LINKAGE" macro. 2. A new "LLVMCommon.h" file is added to the include/llvm directory under the root to...