Skip to content

Commit 9288bb8

Browse files
committed
[gn build] Delete stale AttributesCompatFunc after D72455/cfe87a4a16b73652dc06f9fa334137656991f13f
1 parent 0c78b64 commit 9288bb8

File tree

1 file changed

+0
-6
lines changed
  • llvm/utils/gn/secondary/llvm/lib/IR

1 file changed

+0
-6
lines changed

llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import("//llvm/utils/TableGen/tablegen.gni")
22

3-
tablegen("AttributesCompatFunc") {
4-
visibility = [ ":IR" ]
5-
args = [ "-gen-attrs" ]
6-
}
7-
83
static_library("IR") {
94
output_name = "LLVMCore"
105
public_deps = [
@@ -13,7 +8,6 @@ static_library("IR") {
138
"//llvm/include/llvm/IR:public_tablegen",
149
]
1510
deps = [
16-
":AttributesCompatFunc",
1711
"//llvm/include/llvm/IR:IntrinsicImpl",
1812
"//llvm/lib/BinaryFormat",
1913
"//llvm/lib/Remarks",

0 commit comments

Comments
 (0)