summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames
diff options
context:
space:
mode:
authorKristof Umann <dkszelethus@gmail.com>2018-05-23 12:48:55 +0000
committerKristof Umann <dkszelethus@gmail.com>2018-05-23 12:48:55 +0000
commitd173caf3bf2e3d20b033e21426af1111b68dbee1 (patch)
tree8fdf453d484fa014790dd0249639dba5146d155d /clang/examples/PrintFunctionNames
parent257d5b56390d39e498561bd58999a00d92561f05 (diff)
downloadbcm5719-llvm-d173caf3bf2e3d20b033e21426af1111b68dbee1.tar.gz
bcm5719-llvm-d173caf3bf2e3d20b033e21426af1111b68dbee1.zip
Test commit
llvm-svn: 333080
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r--clang/examples/PrintFunctionNames/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt
index 42696929c1a..e582b2c45a8 100644
--- a/clang/examples/PrintFunctionNames/CMakeLists.txt
+++ b/clang/examples/PrintFunctionNames/CMakeLists.txt
@@ -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)
OpenPOWER on IntegriCloud