mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
b36c531653
This reapplies the fix for PR13303 now with more justification. Based on my execution of the GDB 7.5 test suite this results in: expected passes: 16101 -> 20890 (+30%) unexpected failures: 4826 -> 637 (-77%) There are 23 checks that used to pass and now fail. They are all in gdb.reverse. Investigating a few looks like they were accidentally passing due to extra breakpoints being set by this bug. They're generally due to the difference in end location between gcc and clang, the test suite is trying to set breakpoints on the closing '}' that clang doesn't associate with any instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169304 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
2010-04-13-PubType.ll | ||
2011-09-26-GlobalVarContext.ll | ||
2011-12-16-BadStructRef.ll | ||
aligned_stack_var.ll | ||
block-capture.ll | ||
concrete_out_of_line.ll | ||
debug_frame.ll | ||
DW_AT_byte_size.ll | ||
DW_AT_location-reference.ll | ||
DW_AT_object_pointer.ll | ||
DW_AT_specification.ll | ||
DW_TAG_friend.ll | ||
earlydup-crash.ll | ||
eh_symbol.ll | ||
elf-names.ll | ||
empty-and-one-elem-array.ll | ||
empty-array.ll | ||
ending-run.ll | ||
enum-class.ll | ||
enum-fwd-decl.ll | ||
fission-cu.ll | ||
linkage-name.ll | ||
lit.local.cfg | ||
low-pc-cu.ll | ||
objc-fwd-decl.ll | ||
op_deref.ll | ||
pointer-type-size.ll | ||
pr9951.ll | ||
pr11300.ll | ||
pr12831.ll | ||
pr13303.ll | ||
prologue-stack.ll | ||
rvalue-ref.ll | ||
stmt-list.ll | ||
stringpool.ll | ||
struct-loc.ll | ||
subreg.ll |