We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0958e06 commit da30c6aCopy full SHA for da30c6a
1 file changed
tools/clang/tools/libclang/CMakeLists.txt
@@ -119,6 +119,7 @@ if(MSVC)
119
# Each functions is exported as "dllexport" in include/clang-c.
120
# KB835326
121
set(LLVM_EXPORTED_SYMBOL_FILE)
122
+ add_compile_options(/bigobj)
123
endif()
124
125
# HLSL Change Starts
0 commit comments