aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
diff options
context:
space:
mode:
authorStefan Gränitz <stefan.graenitz@gmail.com>2024-05-30 15:17:27 +0200
committerStefan Gränitz <stefan.graenitz@gmail.com>2024-05-30 17:03:21 +0200
commit647d2728c4dbc387521ce3984ebfda78ff2b031f (patch)
treedcda4be7243b0c67dbd4552bc3fd3832a134e9f7 /clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
parente8de977716e45f815edf98b0c7f53b87a1558e73 (diff)
downloadllvm-647d2728c4dbc387521ce3984ebfda78ff2b031f.zip
llvm-647d2728c4dbc387521ce3984ebfda78ff2b031f.tar.gz
llvm-647d2728c4dbc387521ce3984ebfda78ff2b031f.tar.bz2
[clang-repl] Fix SetUp in CodeCompletionTest fixture (#93816)
And sort out some unused headers
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterExtensionsTest.cpp')
-rw-r--r--clang/unittests/Interpreter/InterpreterExtensionsTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp b/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
index 02d4a3c..5f1f29c 100644
--- a/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
+++ b/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
@@ -22,8 +22,6 @@
#include "llvm/ExecutionEngine/Orc/LLJIT.h"
#include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h"
#include "llvm/MC/TargetRegistry.h"
-#include "llvm/Support/Error.h"
-#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/Threading.h"
#include "llvm/Testing/Support/Error.h"