From 71fbfd4e73b14a7734413b25b3965ff9f73d14ab Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Tue, 31 Aug 2021 08:45:53 -0700 Subject: [PATCH] Make a generic test generic again. Tests in CodeGen/Generic should not depend on any specific target. --- llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll b/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll index 974ed4f29d7d..48aa3d575717 100644 --- a/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll +++ b/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 @@ -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