summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-05-23 04:27:39 +0000
committerDavid Carlier <devnexen@gmail.com>2018-05-23 04:27:39 +0000
commitc7f760c5852b1f861bf881e0ef0b242a973445aa (patch)
tree1bf074975d35a1afd3667b8cb1d5c94b82a15f52 /examples
parent08ee284dc08719fa071ec112f4d1ce9cfb646fba (diff)
downloadclang-c7f760c5852b1f861bf881e0ef0b242a973445aa.tar.gz
This is a test commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/PrintFunctionNames/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PrintFunctionNames/CMakeLists.txt b/examples/PrintFunctionNames/CMakeLists.txt
index f5f818866c..42696929c1 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 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 )