1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Reverted the remainings of c1c9819ef91aab51b5a23fb3027adac5a2f551cc

as it has left broken llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast buildbot for long time.

Differential Revision: https://reviews.llvm.org/D73840
This commit is contained in:
Galina Kistanova 2020-02-11 16:20:06 -08:00
parent 4cc04e2aa0
commit fd0b07e175
2 changed files with 1 additions and 5 deletions

View File

@ -7,10 +7,6 @@ add_llvm_pass_plugin(Bye
DEPENDS
intrinsics_gen
BUILDTREE_ONLY
LINK_COMPONENTS
ipo
Core
Support
)
install(TARGETS ${name} RUNTIME DESTINATION examples)

View File

@ -11,7 +11,7 @@ if( NOT LLVM_REQUIRES_RTTI )
endif()
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
set(LLVM_LINK_COMPONENTS Core)
endif()
add_llvm_library( BugpointPasses MODULE BUILDTREE_ONLY