Skip to content

Commit 6672b8e

Browse files
committed
PrintFunctionNames/CMakeLists.txt: Fix a comment.
llvm-svn: 212905
1 parent c4fc6ee commit 6672b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/examples/PrintFunctionNames/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# If we don't need RTTI or EH, there's no reason to export anything
22
# from the plugin.
3-
if( NOT WIN32 ) # Win32 mangles symbols differently, and
3+
if( NOT MSVC ) # MSVC mangles symbols differently, and
44
# PrintFunctionNames.export contains C++ symbols.
55
if( NOT LLVM_REQUIRES_RTTI )
66
if( NOT LLVM_REQUIRES_EH )

0 commit comments

Comments
 (0)