r212905 - PrintFunctionNames/CMakeLists.txt: Fix a comment.

NAKAMURA Takumi geek4civic at gmail.com
Sun Jul 13 06:38:55 PDT 2014


Author: chapuni
Date: Sun Jul 13 08:38:55 2014
New Revision: 212905

URL: http://llvm.org/viewvc/llvm-project?rev=212905&view=rev
Log:
PrintFunctionNames/CMakeLists.txt: Fix a comment.

Modified:
    cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt

Modified: cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt?rev=212905&r1=212904&r2=212905&view=diff
==============================================================================
--- cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt (original)
+++ cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt Sun Jul 13 08:38:55 2014
@@ -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 )





More information about the cfe-commits mailing list