We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da8d27 commit ca43ab5Copy full SHA for ca43ab5
wrappers/clang-target-wrapper.sh
@@ -10,10 +10,8 @@ esac
10
ARCH=$(echo $TARGET | sed 's/-.*//')
11
case $ARCH in
12
i686)
13
- # Dwarf is the default for i686, but currently there's an issue
14
- # in libunwind with unwinding clang generated dwarf opcodes on 32 bit
15
- # x86, pending resolution at https://reviews.llvm.org/D38680.
16
- ARCH_FLAGS=-fsjlj-exceptions
+ # Dwarf is the default here.
+ ARCH_FLAGS=
17
;;
18
x86_64)
19
# Explicitly request dwarf on x86_64; SEH is the default there but
0 commit comments