Commit f2334c5
committed
[llvm-exegesis] Make benchmark pinning actually work
When originally writing this feature up, I apparently completely forgot
to actually make the test exercise it and left an extra exit in the
function implementing the functionality without the appropriate
preprocessor macros around it, causing things to never work. This patch
should fix that.1 parent 07d284d commit f2334c5
File tree
2 files changed
+3
-2
lines changed- llvm
- test/tools/llvm-exegesis/X86/latency
- tools/llvm-exegesis/lib
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
| 426 | + | |
425 | 427 | | |
426 | | - | |
427 | 428 | | |
428 | 429 | | |
429 | 430 | | |
| |||
0 commit comments