Skip to content

Commit 991168c

Browse files
committed
update test.
1 parent 041670d commit 991168c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/test/CodeGenCoroutines/coro-elide-thinlto.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
// 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
88
// RUN: llvm-lto --thinlto coro-elide-callee.bc coro-elide-caller.bc -o summary
99
// 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
1610

1711
//--- coro-elide-task.h
1812
#pragma once

0 commit comments

Comments
 (0)