[PATCH] D52407: [llvm-exegesis] Add lit tests.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 02:33:55 PDT 2018
lebedev.ri added inline comments.
================
Comment at: llvm/trunk/test/tools/llvm-exegesis/X86/lit.local.cfg:4
+ config.unsupported = True
+
+# And we need to be running on an X86 host.
----------------
You also need to be running on a CPU for which there is a llvm-exegesis-friendly sched profile (i.e. counters are specified), and you are allowed to read those counters.
Repository:
rL LLVM
https://reviews.llvm.org/D52407
More information about the llvm-commits
mailing list