aboutsummaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/PrintFunctionNames/CMakeLists.txt')
-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 f5f818866ca6..e582b2c45a86 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.
+ # 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)