[PATCH] D52464: [llvm-exegesis] Add lit tests (v2).
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 06:55:33 PDT 2018
gchatelet accepted this revision.
gchatelet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/tools/llvm-exegesis/X86/lit.local.cfg:15
+ # only know that at runtime, so we try to measure the latency of an empty
+ # code snippet and bail on error.
+ llvm_exegesis_exe = lit.util.which('llvm-exegesis', config.llvm_tools_dir)
----------------
"and bail **out** on error" ?
Repository:
rL LLVM
https://reviews.llvm.org/D52464
More information about the llvm-commits
mailing list