File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/trusted/validator_arm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
9090add_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
9393add_library (arm_validator_reporters STATIC "problem_reporter.cc" )
You can’t perform that action at this time.
0 commit comments