mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Revert an unintended commit. Very sorry for this one.
llvm-svn: 130393
This commit is contained in:
parent
c01a726544
commit
e4c22377a4
@ -51,6 +51,13 @@ if( NOT WIN32 )
|
||||
add_subdirectory(lto)
|
||||
endif()
|
||||
|
||||
if( LLVM_ENABLE_PIC )
|
||||
# TODO: support other systems:
|
||||
if( CMAKE_SYSTEM_NAME STREQUAL "Linux" )
|
||||
add_subdirectory(gold)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )
|
||||
add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/clang )
|
||||
endif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )
|
||||
|
Loading…
x
Reference in New Issue
Block a user