File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ cc_library(
378378 hdrs = glob (["include/llvm/TableGen/*.h" ]),
379379 copts = llvm_copts ,
380380 deps = [
381+ ":FrontendDirective" ,
381382 ":Support" ,
382383 ":config" ,
383384 ],
@@ -1731,6 +1732,7 @@ cc_library(
17311732 ":Core" ,
17321733 ":Demangle" ,
17331734 ":FrontendAtomic" ,
1735+ ":FrontendDirective" ,
17341736 ":FrontendOffloading" ,
17351737 ":MC" ,
17361738 ":Scalar" ,
@@ -1766,6 +1768,13 @@ gentbl_filegroup(
17661768 deps = [":AccTdFiles" ],
17671769)
17681770
1771+ cc_library (
1772+ name = "FrontendDirective" ,
1773+ srcs = glob (["lib/Frontend/Directive/*.cpp" ]),
1774+ hdrs = glob (["include/llvm/Frontend/Directive/*.h" ]),
1775+ deps = [":Support" ],
1776+ )
1777+
17691778cc_library (
17701779 name = "FrontendOpenACC" ,
17711780 srcs = glob ([
@@ -1778,6 +1787,7 @@ cc_library(
17781787 deps = [
17791788 ":Analysis" ,
17801789 ":Core" ,
1790+ ":FrontendDirective" ,
17811791 ":Support" ,
17821792 ":TransformUtils" ,
17831793 ],
You can’t perform that action at this time.
0 commit comments