mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Fix missed files in JIT unittests Makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153672 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
21ecc2f4ed
commit
95c677eef6
@ -13,7 +13,8 @@ LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
SOURCES := JITEventListenerTest.cpp
|
||||
SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
|
||||
|
||||
|
||||
ifeq ($(USE_INTEL_JITEVENTS), 1)
|
||||
# Build the Intel JIT Events interface tests
|
||||
|
Loading…
Reference in New Issue
Block a user