Skip to content

Commit

Permalink
Merge pull request #7406 from dsouzai/addRssReportUMA
Browse files Browse the repository at this point in the history
Add OMRRSSReport.cpp to UMA build configs
  • Loading branch information
0xdaryl authored Jul 12, 2024
2 parents de311dd + 6123ec3 commit 37dce37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fvtest/compilertest/build/files/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ JIT_PRODUCT_SOURCE_FILES+=\
$(JIT_OMR_DIRTY_DIR)/runtime/OMRCodeCacheManager.cpp \
$(JIT_OMR_DIRTY_DIR)/runtime/OMRCodeCacheMemorySegment.cpp \
$(JIT_OMR_DIRTY_DIR)/runtime/OMRCodeCacheConfig.cpp \
$(JIT_OMR_DIRTY_DIR)/runtime/OMRRSSReport.cpp \
$(JIT_PRODUCT_DIR)/compile/ResolvedMethod.cpp \
$(JIT_PRODUCT_DIR)/control/TestJit.cpp \
$(JIT_PRODUCT_DIR)/env/FrontEnd.cpp \
Expand Down
1 change: 1 addition & 0 deletions jitbuilder/build/files/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ JIT_PRODUCT_BACKEND_SOURCES+=\
$(JIT_OMR_DIRTY_DIR)/runtime/OMRCodeCacheManager.cpp \
$(JIT_OMR_DIRTY_DIR)/runtime/OMRCodeCacheMemorySegment.cpp \
$(JIT_OMR_DIRTY_DIR)/runtime/OMRCodeCacheConfig.cpp \
$(JIT_OMR_DIRTY_DIR)/runtime/OMRRSSReport.cpp \
$(JIT_OMR_DIRTY_DIR)/env/OMRCompilerEnv.cpp \
$(JIT_OMR_DIRTY_DIR)/env/PersistentAllocator.cpp \
$(JIT_PRODUCT_DIR)/compile/ResolvedMethod.cpp \
Expand Down

0 comments on commit 37dce37

Please sign in to comment.