Skip to content

Commit

Permalink
Make a generic test generic again.
Browse files Browse the repository at this point in the history
Tests in CodeGen/Generic should not depend on any specific target.
  • Loading branch information
pogo59 committed Aug 31, 2021
1 parent 71d7fed commit 71fbfd4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
@@ -1,4 +1,3 @@
; REQUIRES: x86-registered-target
; RUN: llc -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
;
; CHECK: [[SYM:[a-z0-9]+]]: DW_TAG_formal_parameter
Expand Down Expand Up @@ -42,11 +41,6 @@
;
; The optimizations encode the constant string as an i64 constant in
; the debug info for esym, the return variable of the function esym.
;
; ModuleID = 'se6.bc'
source_filename = "se6.f90"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"

@"semiempirical_corrections_mp_esym_$ELEMNT" = internal unnamed_addr constant [1 x [8 x i8]] [[8 x i8] c"abcdefgh"], align 8, !dbg !0

Expand Down

0 comments on commit 71fbfd4

Please sign in to comment.