Skip to content

Commit a77e191

Browse files
authored
[AMDGPU][Libc] Add missing libc dependency (#382)
1 parent 4db9229 commit a77e191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,7 @@
19131913
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
19141914
clean=True,
19151915
enable_runtimes=['compiler-rt', 'libunwind', 'libcxx', 'libcxxabi', 'openmp', 'offload'],
1916-
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp', 'compiler-rt', 'libunwind', 'libcxx', 'libcxxabi' ],
1916+
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp', 'compiler-rt', 'libunwind', 'libcxx', 'libcxxabi', 'libc'],
19171917
extraCmakeArgs=[
19181918
"-DCMAKE_BUILD_TYPE=Release",
19191919
"-DCLANG_DEFAULT_LINKER=lld",

0 commit comments

Comments
 (0)