This patch switches from an unguarded to a guarded loop for eh-frame record fixups. In the unguarded version we would always make at least one call to processFDE, which would then crash trying to fix up a frame that didn't exist. Fixes <rdar://problem/24301582> llvm-svn: 259103
8 lines
263 B
ArmAsm
8 lines
263 B
ArmAsm
# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %T/empty_eh_frame.o %s
|
|
# RUN: llvm-rtdyld -verify -triple=x86_64-apple-macosx10.9 %T/empty_eh_frame.o
|
|
|
|
.section __TEXT,__eh_frame
|
|
.macosx_version_min 10, 10
|
|
|
|
.subsections_via_symbols
|