Skip to content

Commit fe80cf3

Browse files
committed
Make test case architecture-independent
1 parent 83f23e0 commit fe80cf3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/Transforms/Coroutines/coro-split-dbg-labels.ll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
; RUN: opt < %s -passes='cgscc(coro-split)' -S | FileCheck %s
55
;
66
; And the debug info:
7+
; REQUIRES: object-emission
78
; RUN: opt < %s -passes='cgscc(coro-split),coro-cleanup' \
8-
; RUN: | llc -O0 -filetype=obj -o - \
9+
; RUN: | %llc_dwarf -O0 -filetype=obj -o - \
910
; RUN: | llvm-dwarfdump - \
1011
; RUN: | FileCheck %s -check-prefix=DWARF
1112

1213
source_filename = "coro.c"
13-
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
14-
target triple = "x86_64-unknown-linux-gnu"
1514

1615
declare void @bar(...) local_unnamed_addr #2
1716
declare void @baz(...) local_unnamed_addr #2

0 commit comments

Comments
 (0)