Skip to content

Commit

Permalink
Remove unnecessary files for building JitBuilder
Browse files Browse the repository at this point in the history
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/omr/pull/1740.
This commit acts as a paired dependency change on the OpenJ9 side.

Signed-off-by: Rwitaban (Ray) Banerjee <[email protected]>
  • Loading branch information
rbanerjee committed Nov 23, 2017
1 parent dfb2d45 commit fa00abe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion runtime/compiler/trj9/build/files/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion runtime/compiler/trj9/build/files/target/x.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fa00abe

Please sign in to comment.