[llvm] 71fbfd4 - Make a generic test generic again.

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 08:46:07 PDT 2021


Author: Paul Robinson
Date: 2021-08-31T08:45:53-07:00
New Revision: 71fbfd4e73b14a7734413b25b3965ff9f73d14ab

URL: https://github.com/llvm/llvm-project/commit/71fbfd4e73b14a7734413b25b3965ff9f73d14ab
DIFF: https://github.com/llvm/llvm-project/commit/71fbfd4e73b14a7734413b25b3965ff9f73d14ab.diff

LOG: Make a generic test generic again.

Tests in CodeGen/Generic should not depend on any specific target.

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll

Removed: 
    


################################################################################
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
 


        


More information about the llvm-commits mailing list