[clang] [clang-repl] : Fix clang-repl crash with --cuda flag (PR #136404)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 24 07:48:49 PDT 2025


================
@@ -50,25 +50,6 @@ IncrementalCUDADeviceParser::Parse(llvm::StringRef Input) {
   if (!PTU)
     return PTU.takeError();
 
-  auto PTX = GeneratePTX();
----------------
vgvassilev wrote:

If this code moved, can't we rely on the base class implementation of `Parse` here?

https://github.com/llvm/llvm-project/pull/136404


More information about the cfe-commits mailing list