From: NAKAMURA Takumi Date: Sun, 13 Jul 2014 13:38:55 +0000 (+0000) Subject: PrintFunctionNames/CMakeLists.txt: Fix a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a8e287b86c1047420c1c34565feaa23b5475e9d;p=clang PrintFunctionNames/CMakeLists.txt: Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212905 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 )