File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2713,6 +2713,7 @@ bool Generic_GCC::IsUnwindTablesDefault(const ArgList &Args) const {
2713
2713
case llvm::Triple::ppcle:
2714
2714
case llvm::Triple::ppc64:
2715
2715
case llvm::Triple::ppc64le:
2716
+ case llvm::Triple::x86:
2716
2717
case llvm::Triple::x86_64:
2717
2718
return true ;
2718
2719
default :
Original file line number Diff line number Diff line change 1
- // RUN: %clang -target i386-unknown-unknown -### -S -O0 -Os %s -o %t.s -fverbose-asm -funwind-tables - fvisibility=hidden 2>&1 | FileCheck -check-prefix=I386 %s
1
+ // RUN: %clang -target i386-unknown-unknown -### -S -O0 -Os %s -o %t.s -fverbose-asm -fvisibility=hidden 2>&1 | FileCheck -check-prefix=I386 %s
2
2
// I386: "-triple" "i386-unknown-unknown"
3
3
// I386: "-S"
4
4
// I386: "-disable-free"
5
5
// I386: "-mrelocation-model" "static"
6
6
// I386: "-mframe-pointer=all"
7
- // I386: "-funwind-tables=1 "
7
+ // I386: "-funwind-tables=2 "
8
8
// I386: "-Os"
9
9
// I386: "-fvisibility"
10
10
// I386: "hidden"
You can’t perform that action at this time.
0 commit comments