forked from OSchip/llvm-project
parent
216436c77a
commit
e8ef46c851
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue