File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
llvm/utils/gn/secondary/llvm/include/llvm/IR Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ tablegen("Attributes") {
6
6
tblgen_target = " //llvm/utils/TableGen:llvm-min-tblgen"
7
7
}
8
8
9
+ tablegen (" RuntimeLibcalls" ) {
10
+ visibility = [ " :public_tablegen" ]
11
+ args = [ " -gen-runtime-libcalls" ]
12
+ tblgen_target = " //llvm/utils/TableGen:llvm-min-tblgen"
13
+ }
14
+
9
15
tablegen (" IntrinsicImpl" ) {
10
16
visibility = [ " //llvm/lib/IR" ]
11
17
args = [ " -gen-intrinsic-impl" ]
@@ -117,6 +123,9 @@ group("public_tablegen") {
117
123
# IR's public headers include IntrinsicEnums.inc.
118
124
" :IntrinsicEnums" ,
119
125
126
+ # IR's public headers include RuntimeLibcalls.inc.
127
+ " :RuntimeLibcalls" ,
128
+
120
129
# FIXME: These are only included from .cpp files at first glance.
121
130
# Try removing them from the public_tablegen target.
122
131
" :IntrinsicsAArch64" ,
You can’t perform that action at this time.
0 commit comments