Go to file
Rafael Espindola f667d929ce Add a InitSections method to the streamer interface.
The ELF implementation now creates text, data and bss to match the gnu as
behavior.

The text streamer still has the old MachO specific behavior since
the testsuite checks that it will error when a directive is given
before a setting the current section for example.

A nice benefit is that -n is not required anymore when producing
ELF files.

llvm-svn: 114027
2010-09-15 21:48:40 +00:00
clang Tweak comment as suggested by Sebastian. 2010-09-15 20:59:13 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
debuginfo-tests test case for r113843. 2010-09-14 20:29:59 +00:00
libcxx tests/lit: Split options into two groups, so we don't get driver warnings about 2010-09-15 04:31:58 +00:00
lldb Remove unnecessary/inappropriate output-printing functions from 2010-09-15 18:29:06 +00:00
llvm Add a InitSections method to the streamer interface. 2010-09-15 21:48:40 +00:00