forked from OSchip/llvm-project
PrintFunctionNames/CMakeLists.txt: Fix a comment.
llvm-svn: 212905
This commit is contained in:
parent
c4fc6eec53
commit
6672b8e4ee
|
@ -1,6 +1,6 @@
|
|||
# If we don't need RTTI or EH, there's no reason to export anything
|
||||
# from the plugin.
|
||||
if( NOT WIN32 ) # Win32 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 )
|
||||
|
|
Loading…
Reference in New Issue