mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-15 22:20:05 +00:00

current PC. rdar://7834775 We now produce an identical .o file compared to the cctools assembler for something like this: _f0: L0: jmp L1 .long . - L0 L1: jmp A .long . - L1 .zerofill __DATA,_bss,A,0 llvm-svn: 101227