summaryrefslogtreecommitdiff
path: root/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
commit8a8e287b86c1047420c1c34565feaa23b5475e9d (patch)
treef81a49256fe7431788d5a7c32f0d504881377c84 /examples/PrintFunctionNames
parent1fef4d1c6aa1c8a8995888693237fe20cfa3245a (diff)
downloadclang-8a8e287b86c1047420c1c34565feaa23b5475e9d.tar.gz
PrintFunctionNames/CMakeLists.txt: Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/PrintFunctionNames')
-rw-r--r--examples/PrintFunctionNames/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PrintFunctionNames/CMakeLists.txt b/examples/PrintFunctionNames/CMakeLists.txt
index 876b5da87c..b79e575eaa 100644
--- a/examples/PrintFunctionNames/CMakeLists.txt
+++ b/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 )