Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"
authorAnubhab Ghosh <anubhabghosh.me@gmail.com>
Sat, 20 May 2023 09:10:04 +0000 (14:40 +0530)
committerAnubhab Ghosh <anubhabghosh.me@gmail.com>
Sat, 20 May 2023 09:10:04 +0000 (14:40 +0530)
commit0929f5b90350aa2f9175d7e1094b1750535c0e44
tree76680b1fbff8aeec15af29b04714992727c03b3f
parent80e7eed6a610ab3c7289e6f9b7ec006bc7d7ae31
Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"

This reverts commit 80e7eed6a610ab3c7289e6f9b7ec006bc7d7ae31.
22 files changed:
clang/include/clang/Interpreter/Interpreter.h
clang/lib/CodeGen/CGCUDANV.cpp
clang/lib/CodeGen/CodeGenAction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/ModuleBuilder.cpp
clang/lib/Interpreter/CMakeLists.txt
clang/lib/Interpreter/DeviceOffload.cpp [deleted file]
clang/lib/Interpreter/DeviceOffload.h [deleted file]
clang/lib/Interpreter/IncrementalParser.cpp
clang/lib/Interpreter/IncrementalParser.h
clang/lib/Interpreter/Interpreter.cpp
clang/test/Interpreter/CUDA/device-function-template.cu [deleted file]
clang/test/Interpreter/CUDA/device-function.cu [deleted file]
clang/test/Interpreter/CUDA/host-and-device.cu [deleted file]
clang/test/Interpreter/CUDA/lit.local.cfg [deleted file]
clang/test/Interpreter/CUDA/memory.cu [deleted file]
clang/test/Interpreter/CUDA/sanity.cu [deleted file]
clang/test/lit.cfg.py
clang/tools/clang-repl/ClangRepl.cpp
clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
clang/unittests/Interpreter/IncrementalProcessingTest.cpp
clang/unittests/Interpreter/InterpreterTest.cpp