[llvm] r221071 - Test 221067 in a fixed-target test so as not to fail on targets with different DWARF encodings
David Blaikie
dblaikie at gmail.com
Sat Nov 1 16:50:59 PDT 2014
Author: dblaikie
Date: Sat Nov 1 18:50:59 2014
New Revision: 221071
URL: http://llvm.org/viewvc/llvm-project?rev=221071&view=rev
Log:
Test 221067 in a fixed-target test so as not to fail on targets with different DWARF encodings
Modified:
llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll
Modified: llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll?rev=221071&r1=221070&r2=221071&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll Sat Nov 1 18:50:59 2014
@@ -41,6 +41,7 @@
; Skip the output to the header of the pubnames section.
; LINUX: debug_pubnames
+; LINUX: unit_size = 0x00000128
; Check for each name in the output.
; LINUX-DAG: "ns"
More information about the llvm-commits
mailing list