summaryrefslogtreecommitdiff
path: root/examples
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
commite886a72013328af17389ea67633d6673adee1985 (patch)
treea5161d66f90787c936715badd57b9f3d3d4b6b0f /examples
parent0c65ba5d5a9cb9f4e15a35af4302e72f605cf2f5 (diff)
downloadclang-e886a72013328af17389ea67633d6673adee1985.tar.gz
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/PrintFunctionNames/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/PrintFunctionNames/CMakeLists.txt b/examples/PrintFunctionNames/CMakeLists.txt
index 42696929c1..e582b2c45a 100644
--- a/examples/PrintFunctionNames/CMakeLists.txt
+++ b/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)