Skip to content

Commit 3b18d43

Browse files
committed
fixup
1 parent bf98d2c commit 3b18d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/trusted/validator_arm/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ list(APPEND GEN_OTHER_LIST
6969
"gen/arm32_decode.h"
7070
"gen/arm32_decode_actuals.h"
7171
"gen/arm32_decode_baselines.h"
72-
"gen/arm32_decode_named.cc"
72+
# "gen/arm32_decode_named.cc"
7373
"gen/arm32_decode_named_classes.h"
7474
"gen/arm32_decode_named_bases.h"
7575
"gen/arm32_decode_named_decoder.h"
@@ -85,9 +85,9 @@ list(APPEND VALIDATOR_INPUTS
8585
"validator.cc"
8686
)
8787

88-
add_library(arm_validatore_core OBJECT ${VALIDATOR_INPUTS} ${GEN_ACTUAL_LIST} ${GEN_BASE_LINE_LIST})
88+
add_library(arm_validatore_core OBJECT ${VALIDATOR_INPUTS} ${GEN_OTHER_LIST})
8989

9090
add_library(ncvalidate_arm_v2 STATIC "ncvalidate.cc")
91-
target_link_libraries(ncvalidate_arm_v2 ${arm_validatore_core}) # We don't support OPTIONAL_COVERAGE_LIBS.
91+
target_link_libraries(ncvalidate_arm_v2 arm_validatore_core) # We don't support OPTIONAL_COVERAGE_LIBS.
9292

9393
add_library(arm_validator_reporters STATIC "problem_reporter.cc")

0 commit comments

Comments
 (0)