1 import("//llvm/lib/Target/targets.gni")
3 static_library("lib") {
4 output_name = "LLVMExegesis"
8 "//llvm/lib/CodeGen/GlobalISel",
9 "//llvm/lib/ExecutionEngine",
10 "//llvm/lib/ExecutionEngine/MCJIT",
14 "//llvm/lib/ObjectYAML",
20 "BenchmarkResult.cpp",
21 "BenchmarkRunner.cpp",
26 "MCInstrDescView.cpp",
28 "RegisterAliasing.cpp",
30 "SchedClassResolution.cpp",
32 "SnippetGenerator.cpp",
33 "SnippetRepetitor.cpp",
38 if (llvm_build_AArch64) {
41 if (llvm_build_PowerPC) {