search for: modulenameuppercase

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

2011 Apr 25
0
[LLVMdev] Big Windows Clang DLL
...define to the compiler if the big-DLL version is enabled. This define enables the symbol imports/exports to be described later. 8. Update the clang executable, interpreter, and PrintFunctionNames projects to use the new and revised cmake macros. The source changes mainly consist of adding "(moduleNameUppercase)_LINKAGE" macro instances to the declarations of the classes, functions, and other symbols to be exported/imported, and new header files that define these macros. These changes can be summarized as follows: 1. A new "(moduleName)Common.h" file is added to each LLVM and Clang module...