[llvm] ac8cede - Fix test - mistaken hardcoded path from my local machine.
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 18:40:08 PDT 2021
Author: David Blaikie
Date: 2021-07-12T18:39:41-07:00
New Revision: ac8cedead8859b2e86155e8cc1f0c3cfd822049c
URL: https://github.com/llvm/llvm-project/commit/ac8cedead8859b2e86155e8cc1f0c3cfd822049c
DIFF: https://github.com/llvm/llvm-project/commit/ac8cedead8859b2e86155e8cc1f0c3cfd822049c.diff
LOG: Fix test - mistaken hardcoded path from my local machine.
Added:
Modified:
llvm/test/tools/llvm-dwarfdump/X86/stats-v5-ranges-dwo.s
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-dwarfdump/X86/stats-v5-ranges-dwo.s b/llvm/test/tools/llvm-dwarfdump/X86/stats-v5-ranges-dwo.s
index 0664cd55ab9d..5bccb6c08e9e 100644
--- a/llvm/test/tools/llvm-dwarfdump/X86/stats-v5-ranges-dwo.s
+++ b/llvm/test/tools/llvm-dwarfdump/X86/stats-v5-ranges-dwo.s
@@ -1,13 +1,11 @@
# RUN: rm -rf %t && mkdir -p %t
# RUN: cd %t
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-linux-gnu %s -o ranges.o -split-dwarf-file ranges.dwo
-# UN: llvm-mc -filetype=obj -triple x86_64-unknown-linux-gnu %s -o ranges.dwo --defsym DWO=1
# RUN: llvm-dwarfdump --statistics ranges.o | FileCheck %s
# CHECK: "#bytes within functions": 30,
-# .ifndef DWO
.text
.file "ranges.cpp"
.section .text._Z2f3v,"ax", at progbits
@@ -134,7 +132,7 @@ _Z2f3v.__part.2: # %if.end
.Lstr_offsets_base0:
.section .debug_str,"MS", at progbits,1
.Lskel_string0:
- .asciz "/usr/local/google/home/blaikie/dev/scratch" # string offset=0
+ .asciz "." # string offset=0
.Lskel_string1:
.asciz "ranges.dwo" # string offset=43
.section .debug_str_offsets,"", at progbits
@@ -179,7 +177,6 @@ _Z2f3v.__part.2: # %if.end
.section .debug_line,"", at progbits
.Lline_table_start0:
-# .else
.section .debug_str_offsets.dwo,"e", at progbits
.long 24 # Length of String Offsets Set
@@ -282,4 +279,3 @@ _Z2f3v.__part.2: # %if.end
.byte 0 # DW_RLE_end_of_list
.Ldebug_list_header_end1:
-# .endif
More information about the llvm-commits
mailing list