aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test
diff options
context:
space:
mode:
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-04-21 10:57:01 +0800
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-04-21 10:59:11 +0800
commit483efc9ad04dccd9f2163c84c2b6198ebb7049a6 (patch)
tree404fc9eead69a033d3ec730c0b2e399920a50800 /llvm/tools/llvm-c-test
parent5bd87350a5ae429baf8f373cb226a57b62f87280 (diff)
downloadllvm-483efc9ad04dccd9f2163c84c2b6198ebb7049a6.zip
llvm-483efc9ad04dccd9f2163c84c2b6198ebb7049a6.tar.gz
llvm-483efc9ad04dccd9f2163c84c2b6198ebb7049a6.tar.bz2
[Pipelines] Remove Legacy Passes in Coroutines
The legacy passes are deprecated now and would be removed in near future. This patch tries to remove legacy passes in coroutines. Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D123918
Diffstat (limited to 'llvm/tools/llvm-c-test')
-rw-r--r--llvm/tools/llvm-c-test/include-all.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-c-test/include-all.c b/llvm/tools/llvm-c-test/include-all.c
index 27b11fb..144393a 100644
--- a/llvm/tools/llvm-c-test/include-all.c
+++ b/llvm/tools/llvm-c-test/include-all.c
@@ -36,7 +36,6 @@
#include "llvm-c/Target.h"
#include "llvm-c/TargetMachine.h"
#include "llvm-c/Transforms/AggressiveInstCombine.h"
-#include "llvm-c/Transforms/Coroutines.h"
#include "llvm-c/Transforms/InstCombine.h"
#include "llvm-c/Transforms/IPO.h"
#include "llvm-c/Transforms/PassManagerBuilder.h"