[PATCH] D107060: [SPEC2017] Add timeit dependencies to validator and bench binaries.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 07:35:33 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rTaa64641485ac: [SPEC2017] Add build-timeit dependencies to validator binary. (authored by fhahn).
Changed prior to commit:
https://reviews.llvm.org/D107060?vs=362728&id=363085#toc
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107060/new/
https://reviews.llvm.org/D107060
Files:
External/SPEC/SpecCPU2017.cmake
Index: External/SPEC/SpecCPU2017.cmake
===================================================================
--- External/SPEC/SpecCPU2017.cmake
+++ External/SPEC/SpecCPU2017.cmake
@@ -260,6 +260,7 @@
add_executable(${VALIDATOR} ${_validator_sources})
target_link_libraries(${VALIDATOR} m)
set_target_properties(${VALIDATOR} PROPERTIES COMPILE_FLAGS "-DSPEC")
+ add_dependencies(${VALIDATOR} build-timeit)
add_dependencies(${VALIDATOR} build-timeit-target)
endif ()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107060.363085.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210730/72b21f64/attachment.bin>
More information about the llvm-commits
mailing list