Skip to content

Commit f0d527b

Browse files
committed
[clang-repl] Remove redundant link libraries and drop unused file.
Many thanks to @Thakis for pointing this out. That commit should have been a part of https://reviews.llvm.org/D107049
1 parent 05a4b0d commit f0d527b

File tree

2 files changed

+0
-238
lines changed

2 files changed

+0
-238
lines changed

clang/examples/clang-interpreter/main.cpp

Lines changed: 0 additions & 235 deletions
This file was deleted.

clang/unittests/Interpreter/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
set(LLVM_LINK_COMPONENTS
2-
${LLVM_TARGETS_TO_BUILD}
32
Core
4-
OrcJIT
5-
Support
63
)
74

85
add_clang_unittest(ClangReplInterpreterTests

0 commit comments

Comments
 (0)