Author: nico
Date: Sun Dec 29 17:15:01 2013
New Revision: 198186
URL: http://llvm.org/viewvc/llvm-project?rev=198186&view=rev
Log:
Fix typo in comment.
Modified:
cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt
Modified: cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt?rev=198186&r1=198185&r2=198186&view=diff
==============================================================================
--- cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt (original)
+++ cfe/trunk/examples/PrintFunctionNames/CMakeLists.txt Sun Dec 29 17:15:01
2013
@@ -5,7 +5,7 @@ set( LLVM_LINK_COMPONENTS
)
# If we don't need RTTI or EH, there's no reason to export anything
-# from the hello plugin.
+# from the plugin.
if( NOT LLVM_REQUIRES_RTTI )
if( NOT LLVM_REQUIRES_EH )
set(LLVM_EXPORTED_SYMBOL_FILE
${CMAKE_CURRENT_SOURCE_DIR}/PrintFunctionNames.exports)
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits