Skip to content

Commit

Permalink
Convert clang-interpreter to ORC JIT API
Browse files Browse the repository at this point in the history
Summary: This mostly re-uses code from the KaleidoscopeJIT example.

Reviewers: ddunbar, lhames

Reviewed By: lhames

Subscribers: mgrang, alexshap, mgorny, xiaobai, cfe-commits

Differential Revision: https://reviews.llvm.org/D45897

llvm-svn: 333302
  • Loading branch information
sas committed May 25, 2018
1 parent 0baba9e commit b6f6192
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 506 deletions.
2 changes: 0 additions & 2 deletions clang/examples/clang-interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ set(LLVM_LINK_COMPONENTS

add_clang_executable(clang-interpreter
main.cpp
Invoke.cpp
Manager.cpp
)

add_dependencies(clang-interpreter
Expand Down
31 changes: 0 additions & 31 deletions clang/examples/clang-interpreter/Invoke.cpp

This file was deleted.

34 changes: 0 additions & 34 deletions clang/examples/clang-interpreter/Invoke.h

This file was deleted.

Loading

0 comments on commit b6f6192

Please sign in to comment.