We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911880e commit d6ae3d3Copy full SHA for d6ae3d3
llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/RISCV/BUILD.gn
@@ -1,6 +1,14 @@
1
+import("//llvm/utils/TableGen/tablegen.gni")
2
+
3
+tablegen("RISCVGenExegesis") {
4
+ args = [ "-gen-exegesis" ]
5
+ td_file = "//llvm/lib/Target/RISCV/RISCV.td"
6
+}
7
8
static_library("RISCV") {
9
output_name = "LLVMExegesisRISCV"
10
deps = [
11
+ ":RISCVGenExegesis",
12
"//llvm/lib/CodeGen",
13
"//llvm/lib/IR",
14
"//llvm/lib/Support",
0 commit comments