We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fc6ee commit 6672b8eCopy full SHA for 6672b8e
clang/examples/PrintFunctionNames/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# If we don't need RTTI or EH, there's no reason to export anything
2
# from the plugin.
3
-if( NOT WIN32 ) # Win32 mangles symbols differently, and
+if( NOT MSVC ) # MSVC mangles symbols differently, and
4
# PrintFunctionNames.export contains C++ symbols.
5
if( NOT LLVM_REQUIRES_RTTI )
6
if( NOT LLVM_REQUIRES_EH )
0 commit comments