Skip to content

Commit e0b15d8

Browse files
author
anoopkg6
committed
Make -funwind-tables the default for SystemZ.
1 parent a8a1e90 commit e0b15d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Driver/ToolChains/Gnu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,6 +3103,7 @@ Generic_GCC::getDefaultUnwindTableLevel(const ArgList &Args) const {
31033103
case llvm::Triple::ppc64le:
31043104
case llvm::Triple::riscv32:
31053105
case llvm::Triple::riscv64:
3106+
case llvm::Triple::systemz:
31063107
case llvm::Triple::x86:
31073108
case llvm::Triple::x86_64:
31083109
return UnwindTableLevel::Asynchronous;

0 commit comments

Comments
 (0)