mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
BitcodeTests: Fix LINK_COMPONENTS.
llvm-svn: 214598
This commit is contained in:
parent
0fe753a70b
commit
2cf0524ac0
@ -1,5 +1,6 @@
|
|||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
IRReader
|
AsmParser
|
||||||
|
BitReader
|
||||||
BitWriter
|
BitWriter
|
||||||
Core
|
Core
|
||||||
Support
|
Support
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TESTNAME = Bitcode
|
TESTNAME = Bitcode
|
||||||
LINK_COMPONENTS := irreader bitwriter
|
LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
Loading…
Reference in New Issue
Block a user