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(
378
378
hdrs = glob (["include/llvm/TableGen/*.h" ]),
379
379
copts = llvm_copts ,
380
380
deps = [
381
+ ":FrontendDirective" ,
381
382
":Support" ,
382
383
":config" ,
383
384
],
@@ -1731,6 +1732,7 @@ cc_library(
1731
1732
":Core" ,
1732
1733
":Demangle" ,
1733
1734
":FrontendAtomic" ,
1735
+ ":FrontendDirective" ,
1734
1736
":FrontendOffloading" ,
1735
1737
":MC" ,
1736
1738
":Scalar" ,
@@ -1766,6 +1768,13 @@ gentbl_filegroup(
1766
1768
deps = [":AccTdFiles" ],
1767
1769
)
1768
1770
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
+
1769
1778
cc_library (
1770
1779
name = "FrontendOpenACC" ,
1771
1780
srcs = glob ([
@@ -1778,6 +1787,7 @@ cc_library(
1778
1787
deps = [
1779
1788
":Analysis" ,
1780
1789
":Core" ,
1790
+ ":FrontendDirective" ,
1781
1791
":Support" ,
1782
1792
":TransformUtils" ,
1783
1793
],
You can’t perform that action at this time.
0 commit comments