projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c78b64
)
[gn build] Delete stale AttributesCompatFunc after D72455/cfe87a4a16b73652dc06f9fa334...
author
Fangrui Song
<maskray@google.com>
Sun, 2 Feb 2020 18:05:42 +0000
(10:05 -0800)
committer
Fangrui Song
<maskray@google.com>
Sun, 2 Feb 2020 18:07:05 +0000
(10:07 -0800)
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
patch
|
blob
|
history
diff --git
a/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
b/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
index
cfd183f
..
df2e4f7
100644
(file)
--- a/
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
+++ b/
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
@@
-1,10
+1,5
@@
import("//llvm/utils/TableGen/tablegen.gni")
-tablegen("AttributesCompatFunc") {
- visibility = [ ":IR" ]
- args = [ "-gen-attrs" ]
-}
-
static_library("IR") {
output_name = "LLVMCore"
public_deps = [
@@
-13,7
+8,6
@@
static_library("IR") {
"//llvm/include/llvm/IR:public_tablegen",
]
deps = [
- ":AttributesCompatFunc",
"//llvm/include/llvm/IR:IntrinsicImpl",
"//llvm/lib/BinaryFormat",
"//llvm/lib/Remarks",