Commit 4750dc2
authored
[build] Enable Intel JIT events only on x86_64 (#56964)
Currently we are enabling it for all Linux systems, but [Intel VTune
supports only
x86_64](https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html)
and building LLVM with ITTAPI support is problematic on some platforms
(e.g. riscv64, ref:
JuliaPackaging/Yggdrasil#10204).1 parent c4825b0 commit 4750dc2
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| 489 | + | |
489 | 490 | | |
490 | | - | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
491 | 495 | | |
492 | 496 | | |
493 | | - | |
| 497 | + | |
494 | 498 | | |
495 | 499 | | |
496 | 500 | | |
| |||
0 commit comments