llvm-project/lld/test/mach-o
Nick Kledzik 936d5205bb [mach-o] fix use of resolver functions to not cause duplicate sections.
The previous commit uncovered a bug in the mach-o writer whereby two __text
sections were created.  But the test case did not catch that.  So I updated
the test case to run the linker a second time, reading the output of the
first pass.  

llvm-svn: 210624
2014-06-11 01:30:55 +00:00
..
lit.local.cfg [mach-o] Use lit.local.cfg to enable mach-o test cases to be run 2014-05-22 01:47:17 +00:00
parse-aliases.yaml [mach-o] parse multiple symbols on same address into aliases 2014-06-09 23:35:37 +00:00
parse-cfstring32.yaml [mach-o] Add support for parsing CFString sections 2014-05-29 20:44:21 +00:00
parse-cfstring64.yaml [mach-o] Add support for parsing CFString sections 2014-05-29 20:44:21 +00:00
parse-compact-unwind32.yaml [mach-o] Refactor sections -> atoms to be table driven. 2014-06-03 23:36:50 +00:00
parse-compact-unwind64.yaml [mach-0] Add support for parsing compact unwind info section 2014-05-29 23:50:48 +00:00
parse-data.yaml [mach-o] Refactor sections -> atoms to be table driven. 2014-06-03 23:36:50 +00:00
parse-eh-frame.yaml [mach-o] Add support for parsing __eh_frame section. Generalize support for whether symbols in a section are ignored or illegal 2014-05-29 23:07:20 +00:00
parse-function.yaml [mach-o] fix use of resolver functions to not cause duplicate sections. 2014-06-11 01:30:55 +00:00
parse-initializers32.yaml [mach-o] Add support for initializers and terminators in object files 2014-05-27 23:20:52 +00:00
parse-initializers64.yaml [mach-o] Add support for initializers and terminators in object files 2014-05-27 23:20:52 +00:00
parse-literals-error.yaml [mach-o] Fix so that mach-o semantic errors return an error rather than assert 2014-05-22 20:05:43 +00:00
parse-literals.yaml [mach-o] Add support for reading utf16 string literal sections 2014-05-27 20:25:06 +00:00
parse-non-lazy-pointers.yaml [mach-o] Support parsing of non-lazy-pointer sections 2014-05-28 01:16:35 +00:00
parse-tentative-defs.yaml [mach-o] Add support and test cases for parsing tentative definitions 2014-05-15 20:59:23 +00:00