llvm icon indicating copy to clipboard operation
llvm copied to clipboard

/Qsave-temps on Windows not Working

Open orion160 opened this issue 1 year ago • 1 comments

Describe the bug At the moment of putting the option /Qsave-temps it producses an error

To Reproduce Please describe the steps to reproduce the behavior:

  1. Include code snippet as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the comment which should be used to launch the program
  4. Indicate what is wrong and what was expected

Environment (please complete the following information):

  • OS: Windows 11 (Build 22631.2861)
  • Target device and vendor: Intel CPU
  • DPC++ version: Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2024.0.0 Build 20231017

icx -fsycl /Qsave-temps ..\hello.cpp -o hello.exe *> error.log

error.log

orion160 avatar Dec 16 '23 19:12 orion160