From fa00abe03c8ce999b4e3ee3033493dbb7b49b7d7 Mon Sep 17 00:00:00 2001 From: rbanerjee Date: Fri, 17 Nov 2017 10:16:33 -0500 Subject: [PATCH] Remove unnecessary files for building JitBuilder While building JitBuilder on OS/X, the archiver warns about files which it believes to be responsible for generating empty objects. Upon closer inspection, that indeed seems to be the case. The actual files are being removed in eclipse/omr/pull/1740. This commit acts as a paired dependency change on the OpenJ9 side. Signed-off-by: Rwitaban (Ray) Banerjee --- runtime/compiler/trj9/build/files/common.mk | 1 - runtime/compiler/trj9/build/files/target/x.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/runtime/compiler/trj9/build/files/common.mk b/runtime/compiler/trj9/build/files/common.mk index c70c56e6c6d..063ee6fbf1d 100644 --- a/runtime/compiler/trj9/build/files/common.mk +++ b/runtime/compiler/trj9/build/files/common.mk @@ -179,7 +179,6 @@ JIT_PRODUCT_BACKEND_SOURCES+=\ omr/compiler/codegen/OMRLinkage.cpp \ omr/compiler/codegen/LiveRegister.cpp \ omr/compiler/codegen/OutOfLineCodeSection.cpp \ - omr/compiler/codegen/OMRRegisterDependency.cpp \ omr/compiler/codegen/Relocation.cpp \ omr/compiler/codegen/ScratchRegisterManager.cpp \ omr/compiler/codegen/StorageInfo.cpp \ diff --git a/runtime/compiler/trj9/build/files/target/x.mk b/runtime/compiler/trj9/build/files/target/x.mk index b59658b3126..f9f6a8cee4f 100644 --- a/runtime/compiler/trj9/build/files/target/x.mk +++ b/runtime/compiler/trj9/build/files/target/x.mk @@ -39,7 +39,6 @@ JIT_PRODUCT_BACKEND_SOURCES+=\ omr/compiler/x/codegen/OutlinedInstructions.cpp \ omr/compiler/x/codegen/RegisterRematerialization.cpp \ omr/compiler/x/codegen/SubtractAnalyser.cpp \ - omr/compiler/x/codegen/Trampoline.cpp \ omr/compiler/x/codegen/OMRTreeEvaluator.cpp \ omr/compiler/x/codegen/UnaryEvaluator.cpp \ omr/compiler/x/codegen/X86BinaryEncoding.cpp \