]> granicus.if.org Git - clang/commitdiff
This is a test commit.
authorDavid Carlier <devnexen@gmail.com>
Wed, 23 May 2018 04:27:39 +0000 (04:27 +0000)
committerDavid Carlier <devnexen@gmail.com>
Wed, 23 May 2018 04:27:39 +0000 (04:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333059 91177308-0d34-0410-b5e6-96231b3b80d8

examples/PrintFunctionNames/CMakeLists.txt

index f5f818866ca60e9f89489d04b23532c87a076f4e..42696929c1acf3d3fbad59cf07779e6f6bc7938c 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 MSVC ) # MSVC 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 )