llvm-mirror/test/MC/MachO
Daniel Dunbar 80719b2d36 MC/Mach-O: Fix some differences in symbol flag handling.
- Don't clear weak reference flag, 'as' was only "trying" to do this, it wasn't
   actually succeeding.
 - Clear the "lazy bound" bit when we mark something external. This corresponds
   roughly to the lazy clearing of the bit that 'as' implements in
   symbol_table_lookup.
 - The exact meaning of these flags appears pretty loose, since 'as' isn't very
   consistent. For now we just try to match 'as', we will clean this up one day
   hopefully.

llvm-svn: 103964
2010-05-17 20:12:31 +00:00
..
absolutize.s MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment address with a symbol address. 2010-03-25 01:03:17 +00:00
comm-1.s llvm-mc: Support .comm emission. 2009-08-28 07:08:35 +00:00
darwin-x86_64-diff-relocs.s MC/Mach-O/x86_64: Add relocation support. 2010-03-19 18:07:55 +00:00
darwin-x86_64-reloc-offsets.s MC/Mach-O/x86_64: Add relocation support. 2010-03-19 18:07:55 +00:00
darwin-x86_64-reloc.s MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be 2010-05-14 18:53:40 +00:00
data.s Force triple for these tests. 2009-08-22 09:45:43 +00:00
dg.exp For now, only run MC tests if X86 is configured. 2009-08-27 06:11:15 +00:00
lcomm-attributes.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
relax-jumps.s MC/Mach-O: Implement initial support for relaxation. 2010-03-12 22:07:14 +00:00
relax-recompute-align.s MC/Mach-O: Implement initial support for relaxation. 2010-03-12 22:07:14 +00:00
reloc-diff.s MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is external. 2010-03-10 00:58:25 +00:00
reloc-pcrel-offset.s MC/Mach-O: PCrel relocations weren't using the right base address, they are 2010-03-13 02:38:00 +00:00
reloc-pcrel.s MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustment when determining if we need a scattered relocation. 2010-03-09 21:27:58 +00:00
reloc.s MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a 2010-05-10 23:15:20 +00:00
section-align-1.s llvm-mc/Mach-O: Add section padding where needed (to align the next section). 2009-08-26 04:13:32 +00:00
section-align-2.s llvm-mc/Mach-O: Add section padding where needed (to align the next section). 2009-08-26 04:13:32 +00:00
section-flags.s MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. 2010-02-02 21:44:01 +00:00
symbol-flags.s MC/Mach-O: Fix some differences in symbol flag handling. 2010-05-17 20:12:31 +00:00
symbol-indirect.s llvm-mc: Fix tests for python variations in int printing, sigh. 2009-08-26 04:28:45 +00:00
symbols-1.s MC/X86_64: Symbol support. 2010-03-13 22:49:35 +00:00
values.s llvm-mc/Mach-O: Set addresses for symbols. 2009-08-26 02:48:04 +00:00
x86_32-optimal_nop.s MC/Mach-O: Tweak optimal_nop test to be host independent. 2010-03-20 22:36:29 +00:00
x86_32-sections.s MC/Mach-O: Initial x86_64 support. 2010-03-13 22:10:17 +00:00
x86_32-symbols.s MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet). 2010-03-15 21:56:50 +00:00
x86_64-sections.s MC/Mach-O: Initial x86_64 support. 2010-03-13 22:10:17 +00:00
x86_64-symbols.s MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet). 2010-03-15 21:56:50 +00:00
zerofill-1.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
zerofill-2.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
zerofill-3.s llvm-mc: Support .zerofill emission. 2009-08-28 05:49:21 +00:00
zerofill-4.s MC/Macho-O: Align the zerofill section itself to the maximum alignment. 2010-03-08 22:03:42 +00:00
zerofill-5.s MC/Mach-O: Add another zerofill test to improve coverage. 2010-05-13 01:10:28 +00:00
zerofill-sect-align.s MC/Macho-O: Align the zerofill section itself to the maximum alignment. 2010-03-08 22:03:42 +00:00