llvm-6502/lib
Rafael Espindola f9a6bd8524 Add r170095 back.
I cannot reproduce it the failures locally, so I will keep an eye at the ppc
bots. This patch does add the change to the "Disassembly of section" message,
but that is not what was failing on the bots.

Original message:

Add a funciton to get the segment name of a section.

On MachO, sections also have segment names. When a tool looking at a .o file
prints a segment name, this is what they mean. In reality, a .o has only one
anonymous, segment.

This patch adds a MachO only function to fetch that segment name. I named it
getSectionFinalSegmentName since the main use for the name seems to be infor
the linker with segment this section should go to.

The patch also changes MachOObjectFile::getSectionName to return just the
section name instead of computing SegmentName,SectionName.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170545 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-19 14:15:04 +00:00
..
Analysis Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
Archive
AsmParser Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
Bitcode Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
CodeGen Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'. 2012-12-19 12:33:30 +00:00
DebugInfo Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
ExecutionEngine Query section for whether it should be executable. 2012-12-17 17:59:35 +00:00
Linker
MC Add to the disassembler C API an option to print the disassembled 2012-12-18 23:47:28 +00:00
Object Add r170095 back. 2012-12-19 14:15:04 +00:00
Option
Support Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
TableGen
Target Change TargetLowering::getTypeForExtArgOrReturn to take and return 2012-12-19 12:02:25 +00:00
Transforms [msan] Add track-origins argument to the pass constructor. 2012-12-19 13:55:51 +00:00
VMCore Inline hasFunctionOnlyAttrs into its only use. 2012-12-19 09:15:11 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile