Fix typo in comment.

llvm-svn: 198186
This commit is contained in:
Nico Weber 2013-12-29 23:15:01 +00:00
parent 216436c77a
commit e8ef46c851
1 changed files with 1 additions and 1 deletions

View File

@ -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)