diff options
| author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-03-07 04:44:33 +0000 |
|---|---|---|
| committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-03-07 04:44:33 +0000 |
| commit | e8aaab8abe0a61c73beeeda73f56a411f0148c60 (patch) | |
| tree | a79bb2765f78f3f578f1d23239c4342cbfbdcbc1 /llvm/test/CodeGen | |
| parent | e7a172a1403b489fd0a1d608d8ff278f0571bcd3 (diff) | |
| download | bcm5719-llvm-e8aaab8abe0a61c73beeeda73f56a411f0148c60.tar.gz bcm5719-llvm-e8aaab8abe0a61c73beeeda73f56a411f0148c60.zip | |
Revert "AMDGPU: Set MCAsmInfo::PointerSize"
It breaks line tables because the patch is not complete, working on a complete one at the moment
This reverts commit r294031.
llvm-svn: 297118
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/basic-debug-info.ll | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/basic-debug-info.ll b/llvm/test/CodeGen/AMDGPU/basic-debug-info.ll deleted file mode 100644 index 64e3891c2a2..00000000000 --- a/llvm/test/CodeGen/AMDGPU/basic-debug-info.ll +++ /dev/null @@ -1,26 +0,0 @@ -; RUN: llc -march=amdgcn -mtriple=amdgcn-unknown-amdhsa < %s | FileCheck %s - -; FIXME: Should be .byte 8 for pointer size - -; CHECK-LABEL: {{^}}basic_debug_info: -; CHECK: .section .debug_info -; CHECK: .byte 4 ; Address Size (in bytes) -define void @basic_debug_info() #0 !dbg !4 { -entry: - ret void, !dbg !9 -} - -attributes #0 = { nounwind } - -!llvm.dbg.cu = !{!0} -!llvm.module.flags = !{!7, !8} - -!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2) -!1 = !DIFile(filename: "/tmp/basic-debug-info.cl", directory: "/Users/matt/src/llvm/build_debug") -!2 = !{} -!4 = distinct !DISubprogram(name: "basic_debug_info", scope: !1, file: !1, line: 1, type: !5, isLocal: false, isDefinition: true, scopeLine: 2, isOptimized: false, unit: !0, variables: !2) -!5 = !DISubroutineType(types: !6) -!6 = !{null} -!7 = !{i32 2, !"Dwarf Version", i32 4} -!8 = !{i32 2, !"Debug Info Version", i32 3} -!9 = !DILocation(line: 4, column: 1, scope: !4) |

