Skip to content

Commit 0e0e4fb

Browse files
authored
[Flang] Use libgcc breaks Driver test (#273)
This makes using libunwind the default and work around a breakage in check-flang when setting libgcc as the default unwind lib.
1 parent b9fa21c commit 0e0e4fb

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
@@ -1964,7 +1964,7 @@
19641964
"-DBUILD_SHARED_LIBS=ON",
19651965
"-DLLVM_ENABLE_LIBCXX=ON",
19661966
"-DCLANG_DEFAULT_RTLIB=compiler-rt",
1967-
"-DCLANG_DEFAULT_UNWINDLIB=libgcc",
1967+
"-DCLANG_DEFAULT_UNWINDLIB=libunwind",
19681968
"-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;host",
19691969
],
19701970
env={

0 commit comments

Comments
 (0)