[llvm] r211293 - Relax this test a bit, we don't need the full contents of the

Eric Christopher echristo at gmail.com
Thu Jun 19 11:36:16 PDT 2014


Author: echristo
Date: Thu Jun 19 13:36:15 2014
New Revision: 211293

URL: http://llvm.org/viewvc/llvm-project?rev=211293&view=rev
Log:
Relax this test a bit, we don't need the full contents of the
frame section to match, just the version for this test.

Modified:
    llvm/trunk/test/MC/ELF/cfi-version.ll

Modified: llvm/trunk/test/MC/ELF/cfi-version.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/cfi-version.ll?rev=211293&r1=211292&r2=211293&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/cfi-version.ll (original)
+++ llvm/trunk/test/MC/ELF/cfi-version.ll Thu Jun 19 13:36:15 2014
@@ -2,9 +2,6 @@
 ; RUN: llc %s -o - -dwarf-version 3 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
 ; RUN: llc %s -o - -dwarf-version 4 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
 
-target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-n32-S64"
-target triple = "armv8-arm-none-eabi"
-
 ; Function Attrs: nounwind
 define i32 @foo() #0 {
 entry:
@@ -37,11 +34,9 @@ attributes #1 = { "less-precise-fpmad"="
 !12 = metadata !{i32 2, i32 0, metadata !4, null}
 
 ; DWARF2:      .debug_frame contents:
-; DWARF2: 00000000 0000000c ffffffff CIE
-; DWARF2-NEXT:   Version:               1
+; DWARF2:        Version:               1
 ; DWARF2-NEXT:   Augmentation:
 
 ; DWARF34:      .debug_frame contents:
-; DWARF34: 00000000 0000000c ffffffff CIE
-; DWARF34-NEXT:   Version:               3
+; DWARF34:        Version:               3
 ; DWARF34-NEXT:   Augmentation:





More information about the llvm-commits mailing list