summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-13 13:38:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-13 13:38:55 +0000
commit6672b8e4ee06d78c0f4e95a0922555daeb3e3f40 (patch)
tree32ddf070cc15be2b7d7ed609d2b6b691e58a8725 /clang/examples/PrintFunctionNames
parentc4fc6eec53400afacfd3f946b0a546bfe9a4c5a9 (diff)
downloadbcm5719-llvm-6672b8e4ee06d78c0f4e95a0922555daeb3e3f40.tar.gz
bcm5719-llvm-6672b8e4ee06d78c0f4e95a0922555daeb3e3f40.zip
PrintFunctionNames/CMakeLists.txt: Fix a comment.
llvm-svn: 212905
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r--clang/examples/PrintFunctionNames/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt
index 876b5da87c4..b79e575eaa6 100644
--- a/clang/examples/PrintFunctionNames/CMakeLists.txt
+++ b/clang/examples/PrintFunctionNames/CMakeLists.txt
@@ -1,6 +1,6 @@
# If we don't need RTTI or EH, there's no reason to export anything
# from the plugin.
-if( NOT WIN32 ) # Win32 mangles symbols differently, and
+if( NOT MSVC ) # MSVC mangles symbols differently, and
# PrintFunctionNames.export contains C++ symbols.
if( NOT LLVM_REQUIRES_RTTI )
if( NOT LLVM_REQUIRES_EH )
OpenPOWER on IntegriCloud