We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f23e0 commit fe80cf3Copy full SHA for fe80cf3
llvm/test/Transforms/Coroutines/coro-split-dbg-labels.ll
@@ -4,14 +4,13 @@
4
; RUN: opt < %s -passes='cgscc(coro-split)' -S | FileCheck %s
5
;
6
; And the debug info:
7
+; REQUIRES: object-emission
8
; RUN: opt < %s -passes='cgscc(coro-split),coro-cleanup' \
-; RUN: | llc -O0 -filetype=obj -o - \
9
+; RUN: | %llc_dwarf -O0 -filetype=obj -o - \
10
; RUN: | llvm-dwarfdump - \
11
; RUN: | FileCheck %s -check-prefix=DWARF
12
13
source_filename = "coro.c"
-target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
14
-target triple = "x86_64-unknown-linux-gnu"
15
16
declare void @bar(...) local_unnamed_addr #2
17
declare void @baz(...) local_unnamed_addr #2
0 commit comments