llvm-6502/lib/CodeGen/AsmPrinter
Eric Christopher 00297bad0d Use the target triple from the target machine rather than the module
to determine whether or not we're on a darwin platform for debug code
emitting.

Solves the problem of a module with no triple on the command line
and no triple in the module using non-gdb ok features on darwin. Fix
up the member-pointers test to check the correct things for cross
platform (DW_FORM_flag is a good prefix).

Unfortunately no testcase because I have no ideas how to test something
without a triple and without a triple in the module yet check
precisely on two platforms. Ideas welcome.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180660 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-27 01:07:52 +00:00
..
ARMException.cpp
AsmPrinter.cpp Use the target triple from the target machine rather than the module 2013-04-27 01:07:52 +00:00
AsmPrinterDwarf.cpp Remove unused DwarfSectionOffsetDirective string 2013-04-22 22:49:11 +00:00
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp
DIE.h
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp Update comment. Whitespace. 2013-04-22 07:47:40 +00:00
DwarfCompileUnit.h
DwarfDebug.cpp Use the target triple from the target machine rather than the module 2013-04-27 01:07:52 +00:00
DwarfDebug.h Revert "Revert "PR14606: debug info imported_module support"" 2013-04-22 06:12:31 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp