summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/AMDGPU/pointer-address-space-dwarf-v1.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-201-70/+0
| | | | | | | | | | | | | Associate the version-when-defined with definitions of standard DWARF constants. Identify the "vendor" for DWARF extensions. Use this information to verify FORMs in .debug_abbrev are defined as of the DWARF version specified in the associated unit. Removed two tests that had specified DWARF v1 (which essentially does not exist). Differential Revision: http://reviews.llvm.org/D30785 llvm-svn: 300875
* [DebugInfo] Emit address space with DW_AT_address_class attribute for ↵Konstantin Zhuravlyov2017-03-081-0/+70
pointer and reference types Differential Revision: https://reviews.llvm.org/D29670 llvm-svn: 297320
OpenPOWER on IntegriCloud