]> granicus.if.org Git - clang/commitdiff
PrintFunctionNames/CMakeLists.txt: Fix a comment.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 13 Jul 2014 13:38:55 +0000 (13:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 13 Jul 2014 13:38:55 +0000 (13:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212905 91177308-0d34-0410-b5e6-96231b3b80d8

examples/PrintFunctionNames/CMakeLists.txt

index 876b5da87c4b8245a528a93c581d08d8cf7b5af4..b79e575eaa6a0c4dbc1260bdcbc012708dc3d372 100644 (file)
@@ -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 )