]> granicus.if.org Git - clang/commitdiff
Test commit
authorKristof Umann <dkszelethus@gmail.com>
Wed, 23 May 2018 12:48:55 +0000 (12:48 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Wed, 23 May 2018 12:48:55 +0000 (12:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333080 91177308-0d34-0410-b5e6-96231b3b80d8

examples/PrintFunctionNames/CMakeLists.txt

index 42696929c1acf3d3fbad59cf07779e6f6bc7938c..e582b2c45a8615f7d81f41bd149c22f5aee7a02b 100644 (file)
@@ -1,7 +1,7 @@
 # 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
-                # PrintFunctionNames.export contains C++ symbols.
+if( NOT MSVC ) # MSVC mangles symbols differently, and
+               # PrintFunctionNames.export contains C++ symbols.
   if( NOT LLVM_REQUIRES_RTTI )
     if( NOT LLVM_REQUIRES_EH )
       set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/PrintFunctionNames.exports)