File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
clang/test/CodeGenCoroutines Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 7
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
8
// RUN: llvm-lto --thinlto coro-elide-callee.bc coro-elide-caller.bc -o summary
9
9
// RUN: %clang_cc1 -O2 -x ir coro-elide-caller.bc -fthinlto-index=summary.thinlto.bc -emit-llvm -o - | FileCheck %s
10
- //
11
- // Run asan
12
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -fsanitize=address -I %S -c %t/coro-elide-callee.cpp -o coro-elide-callee.bc
13
- // RUN: %clang --target=x86_64-linux -std=c++20 -O2 -flto=thin -fsanitize=address -I %S -c %t/coro-elide-caller.cpp -o coro-elide-caller.bc
14
- // RUN: llvm-lto --thinlto coro-elide-callee.bc coro-elide-caller.bc -o summary
15
- // RUN: %clang_cc1 -O2 -x ir coro-elide-caller.bc -fthinlto-index=summary.thinlto.bc -emit-llvm -o - | FileCheck %s
16
10
17
11
// --- coro-elide-task.h
18
12
#pragma once
You can’t perform that action at this time.
0 commit comments