Skip to content

Commit

Permalink
[clang-repl] Remove redundant link libraries and drop unused file.
Browse files Browse the repository at this point in the history
Many thanks to @Thakis for pointing this out.

That commit should have been a part of https://reviews.llvm.org/D107049
  • Loading branch information
vgvassilev committed Oct 27, 2021
1 parent 05a4b0d commit f0d527b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 238 deletions.
235 changes: 0 additions & 235 deletions clang/examples/clang-interpreter/main.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions clang/unittests/Interpreter/CMakeLists.txt
@@ -1,8 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
OrcJIT
Support
)

add_clang_unittest(ClangReplInterpreterTests
Expand Down

0 comments on commit f0d527b

Please sign in to comment.