[PATCH] D112286: Adapt DWARF tests for AIX

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 24 16:27:00 PDT 2021


Jake-Egan updated this revision to Diff 381807.
Jake-Egan edited the summary of this revision.
Jake-Egan added a comment.

Update patch for -dwarf-inlined-strings=Disable option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112286/new/

https://reviews.llvm.org/D112286

Files:
  llvm/test/DebugInfo/Generic/containing-type-extension.ll
  llvm/test/DebugInfo/Generic/debug-label-inline.ll
  llvm/test/DebugInfo/Generic/debug-label.ll
  llvm/test/DebugInfo/Generic/tu-composite.ll


Index: llvm/test/DebugInfo/Generic/tu-composite.ll
===================================================================
--- llvm/test/DebugInfo/Generic/tu-composite.ll
+++ llvm/test/DebugInfo/Generic/tu-composite.ll
@@ -1,4 +1,4 @@
-; RUN: %llc_dwarf -filetype=obj -O0 < %s > %t
+; RUN: %llc_dwarf -filetype=obj -O0 -dwarf-inlined-strings=Disable < %s > %t
 ; RUN: llvm-dwarfdump -v -debug-info %t | FileCheck %s
 ; CHECK: [[TYPE:.*]]: DW_TAG_structure_type
 ; Make sure we correctly handle containing type of a struct being a type identifier.
Index: llvm/test/DebugInfo/Generic/debug-label.ll
===================================================================
--- llvm/test/DebugInfo/Generic/debug-label.ll
+++ llvm/test/DebugInfo/Generic/debug-label.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -filetype=obj -o - %s | llvm-dwarfdump -v - | FileCheck %s
+; RUN: llc -O0 -filetype=obj -o - %s -dwarf-inlined-strings=Disable | llvm-dwarfdump -v - | FileCheck %s
 ;
 ; CHECK: .debug_info contents:
 ; CHECK: DW_TAG_label
Index: llvm/test/DebugInfo/Generic/debug-label-inline.ll
===================================================================
--- llvm/test/DebugInfo/Generic/debug-label-inline.ll
+++ llvm/test/DebugInfo/Generic/debug-label-inline.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -filetype=obj -o - %s | llvm-dwarfdump -v - | FileCheck %s
+; RUN: llc -O0 -filetype=obj -o - %s -dwarf-inlined-strings=Disable | llvm-dwarfdump -v - | FileCheck %s
 ;
 ; Bug 47129
 ; XFAIL: sparc
Index: llvm/test/DebugInfo/Generic/containing-type-extension.ll
===================================================================
--- llvm/test/DebugInfo/Generic/containing-type-extension.ll
+++ llvm/test/DebugInfo/Generic/containing-type-extension.ll
@@ -1,4 +1,4 @@
-; RUN: %llc_dwarf -O0 -filetype=obj < %s > %t
+; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-inlined-strings=Disable < %s > %t
 ; RUN: llvm-dwarfdump -v -debug-info %t | FileCheck %s
 
 ; Check that any type can have a vtable holder.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112286.381807.patch
Type: text/x-patch
Size: 1974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211024/b39a771e/attachment.bin>


More information about the llvm-commits mailing list