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 0c78b64 commit 9288bb8Copy full SHA for 9288bb8
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
@@ -1,10 +1,5 @@
1
import("//llvm/utils/TableGen/tablegen.gni")
2
3
-tablegen("AttributesCompatFunc") {
4
- visibility = [ ":IR" ]
5
- args = [ "-gen-attrs" ]
6
-}
7
-
8
static_library("IR") {
9
output_name = "LLVMCore"
10
public_deps = [
@@ -13,7 +8,6 @@ static_library("IR") {
13
"//llvm/include/llvm/IR:public_tablegen",
14
]
15
deps = [
16
- ":AttributesCompatFunc",
17
11
"//llvm/include/llvm/IR:IntrinsicImpl",
18
12
"//llvm/lib/BinaryFormat",
19
"//llvm/lib/Remarks",
0 commit comments