Skip to content

Commit 1b13bc0

Browse files
committed
[AArch64] fix Windows buildbot failure
Introduced by 2cf1439 (#94279). See also 6c369cf. The build system cannot track transitive dependencies on generated headers for some reason.
1 parent 88184e5 commit 1b13bc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/AST/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,6 @@ add_clang_library(clangAST
139139
omp_gen
140140
ClangDriverOptions
141141
intrinsics_gen
142+
# These generated headers are included transitively.
143+
AArch64TargetParserTableGen
142144
)

0 commit comments

Comments
 (0)