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

Anutosh Bhat via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 24 08:26:59 PDT 2025


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

Yes absolutely !

Sorry for overlooking this. Made the change.

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


More information about the cfe-commits mailing list