Skip to content

Commit ece8298

Browse files
authored
[flang] Add dependency for out-of-tree flang on compiler-rt (#482)
flang on AArch64 now always depends on compiler-rt so it needs to be built in the main LLVM build for the out-of-tree flang bots.
1 parent e6a5e3f commit ece8298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zorg/buildbot/builders/FlangBuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def getFlangOutOfTreeBuildFactory(
1717
env = dict()
1818

1919
f = getCmakeWithNinjaBuildFactory(
20-
depends_on_projects=['llvm','clang','mlir','openmp','flang','flang-rt'],
20+
depends_on_projects=['llvm','clang','mlir','openmp','flang','flang-rt','compiler-rt'],
2121
enable_projects=['llvm','clang','mlir'],
22-
enable_runtimes=['openmp'],
22+
enable_runtimes=['openmp','compiler-rt'],
2323
obj_dir="build_llvm",
2424
checks=[],
2525
clean=clean,

0 commit comments

Comments
 (0)