1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-exegesis
John Brawn 42883315e9 [llvm-exegesis] Change how the native architecture is determined
Currently the llvm-exegesis native architecture is determined by comparing the
llvm native architecture with X86, so to add a new target would mean adding a
new check. Change this to building up a list of the targets llvm-exegesis
supports then using that, as this means that when adding a new target you just
add the target to the list of supported targets.

Differential Revision: https://reviews.llvm.org/D48778

llvm-svn: 336105
2018-07-02 13:53:46 +00:00
..
lib [llvm-exegesis] Change how the native architecture is determined 2018-07-02 13:53:46 +00:00
CMakeLists.txt [llvm-exegesis] Change how the native architecture is determined 2018-07-02 13:53:46 +00:00
llvm-exegesis.cpp [llvm-exegesis] Delegate the decision of cycle counter name to the target 2018-07-02 13:14:49 +00:00
LLVMBuild.txt Re-land r329156 "Add llvm-exegesis tool." 2018-04-04 11:37:06 +00:00