summaryrefslogtreecommitdiff
path: root/clang/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
commit5764db4e57e217b2ecaa6c9800ec98edc2a5e7c2 (patch)
tree4166b68119b4323a8843ca06f1107a2b8fbb5d74 /clang/examples
parent50eae5a3e576a7d0a4290e9932ff42af06614dd4 (diff)
downloadllvm-5764db4e57e217b2ecaa6c9800ec98edc2a5e7c2.tar.gz
This is a test commit.
llvm-svn: 333059
Diffstat (limited to 'clang/examples')
-rw-r--r--clang/examples/PrintFunctionNames/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt
index f5f818866ca6..42696929c1ac 100644
--- a/clang/examples/PrintFunctionNames/CMakeLists.txt
+++ b/clang/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 )