Displaying 1 result from an estimated 1 matches for "llvmcommon".
Did you mean:
dlmcommon
2011 Apr 25
0
[LLVMdev] Big Windows Clang DLL
...RTS"
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 define "LLVM_EXPORT" and "LLVM_IMPORT" macros that wrap the
Visual C++ "__declspec(dllexport)" and "__declspec(dllimport)" directives,
as well as to define the "LLVMCORE_LINKAGE"...