File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
clang/test/CodeGenCoroutines Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
// This test is adapted from coro-elide.cpp and splits functions into two files.
4
4
//
5
5
// RUN: split-file %s %t
6
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-callee.cpp -o coro-elide-callee.bc
7
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-caller.cpp -o coro-elide-caller.bc
8
- // RUN: llvm-lto --thinlto coro-elide-callee.bc coro-elide-caller.bc -o summary
9
- // RUN: %clang_cc1 -O2 -x ir coro-elide-caller.bc -fthinlto-index=summary.thinlto.bc -emit-llvm -o - | FileCheck %s
6
+ // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-callee.cpp -o %t/ coro-elide-callee.bc
7
+ // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -I %S -c %t/coro-elide-caller.cpp -o %t/ coro-elide-caller.bc
8
+ // RUN: llvm-lto --thinlto %t/ coro-elide-callee.bc %t/ coro-elide-caller.bc -o %t/ summary
9
+ // RUN: %clang_cc1 -O2 -x ir %t/ coro-elide-caller.bc -fthinlto-index=%t/ summary.thinlto.bc -emit-llvm -o - | FileCheck %s
10
10
11
11
// --- coro-elide-task.h
12
12
#pragma once
You can’t perform that action at this time.
0 commit comments