aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2020-09-07 21:21:28 -0700
committerLang Hames <lhames@gmail.com>2020-10-18 21:02:44 -0700
commit6154c4115cd4b78d0171892aac21e340e72e32bd (patch)
tree8f2cfd994ca8848581cc165a30ff452538583213 /llvm/tools/llvm-c-test
parentf402e682d0ef5598eeffc9a21a691b03e602ff58 (diff)
downloadllvm-6154c4115cd4b78d0171892aac21e340e72e32bd.zip
llvm-6154c4115cd4b78d0171892aac21e340e72e32bd.tar.gz
llvm-6154c4115cd4b78d0171892aac21e340e72e32bd.tar.bz2
[ORC] Remove OrcV1 APIs.
This removes all legacy layers, legacy utilities, the old Orc C bindings, OrcMCJITReplacement, and OrcMCJITReplacement regression tests. ExecutionEngine and MCJIT are not affected by this change.
Diffstat (limited to 'llvm/tools/llvm-c-test')
-rw-r--r--llvm/tools/llvm-c-test/include-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-c-test/include-all.c b/llvm/tools/llvm-c-test/include-all.c
index 597a3c5..b109b11 100644
--- a/llvm/tools/llvm-c-test/include-all.c
+++ b/llvm/tools/llvm-c-test/include-all.c
@@ -31,7 +31,7 @@
#include "llvm-c/Linker.h"
#include "llvm-c/LinkTimeOptimizer.h"
#include "llvm-c/Object.h"
-#include "llvm-c/OrcBindings.h"
+#include "llvm-c/Orc.h"
#include "llvm-c/Remarks.h"
#include "llvm-c/Support.h"
#include "llvm-c/Target.h"