llvm
llvm copied to clipboard
/Qsave-temps on Windows not Working
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:
- Include code snippet as short as possible
- Specify the command which should be used to compile the program
- Specify the comment which should be used to launch the program
- 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