llvm-6502/tools
Rafael Espindola d80979b25d Don't declare all text sections at the start of the .s
The code this patch removes was there to make sure the text sections went
before the dwarf sections. That is necessary because MachO uses offsets
relative to the start of the file, so adding a section can change relaxations.

The dwarf sections were being printed at the start just to produce symbols
pointing at the start of those sections.

The underlying issue was fixed in r231898. The dwarf sections are now printed
when they are about to be used, which is after we printed the text sections.

To make sure we don't regress, the patch makes the MachO streamer assert
if CodeGen puts anything unexpected after the DWARF sections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232842 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-20 20:00:01 +00:00
..
bugpoint Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
bugpoint-passes
dsymutil Don't declare all text sections at the start of the .s 2015-03-20 20:00:01 +00:00
gold libLTO, llvm-lto, gold: Introduce flag for controlling optimization level. 2015-03-19 22:01:00 +00:00
llc
lli Fix cmake build. 2015-03-18 20:21:06 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov llvm-cov: Rename -color={always|never} to -use-color[=0] 2015-03-19 04:45:16 +00:00
llvm-cxxdump
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-go
llvm-jitlistener
llvm-link
llvm-lto libLTO, llvm-lto, gold: Introduce flag for controlling optimization level. 2015-03-19 22:01:00 +00:00
llvm-mc Don't declare all text sections at the start of the .s 2015-03-20 20:00:01 +00:00
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-pdbdump
llvm-profdata
llvm-readobj
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
llvm-symbolizer
lto Fix build failure. 2015-03-19 22:12:08 +00:00
macho-dump
msbuild
obj2yaml
opt Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
verify-uselistorder
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile