llvm-6502/lib/CodeGen/AsmPrinter
Eric Christopher e0828ec602 The .dwo section shouldn't contain the unrelocated values (and
therefore not at all) of the pc or statement list. We also don't
need to emit the compilation dir so save so space and time
and don't bother.

Fix up the testcase accordingly and verify that we don't emit
the attributes or the items that they use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179114 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-09 19:23:15 +00:00
..
ARMException.cpp Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. 2013-02-15 12:30:38 +00:00
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt Teach cmake about the new Erlang GC files. 2013-03-25 14:12:21 +00:00
DIE.cpp Debug Info: revert 178722 for now. 2013-04-04 23:13:11 +00:00
DIE.h Debug Info: revert 178722 for now. 2013-04-04 23:13:11 +00:00
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp typo 2013-04-04 22:56:49 +00:00
DwarfCompileUnit.h Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE 2013-03-12 18:27:15 +00:00
DwarfDebug.cpp The .dwo section shouldn't contain the unrelocated values (and 2013-04-09 19:23:15 +00:00
DwarfDebug.h DW_FORM_sec_offset should be a relocation on platforms that use 2013-04-07 03:43:09 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp Add a GC plugin for Erlang 2013-03-25 13:47:46 +00:00
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp