You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang-9: error: no such file or directory: 'no_file.cpp' clang-9: error: no input files
This may be something you guys have already noticed unless it's an environment or understanding problem on my end? Hopefully it's not a user error on my part in this case, if it is I apologize.
The text was updated successfully, but these errors were encountered:
agozillon
changed the title
[SYCL] Clang Driver ICE when no input file found and urecognized -fsycl in certain usecase
[SYCL] Clang Driver ICE when no input file found
Apr 9, 2019
I get an ICE at the moment when I compile using the following command and the file is not found:
$ISYCL_BIN_DIR/clang++ -std=c++11 -fsycl no_file.cpp -o no_file -lOpenCL
I've added the stack dump at the bottom if that's of any use.
If I remove the -lOpenCL component, I do not recieve a stack dump and get the desired output:
$ISYCL_BIN_DIR/clang++ -std=c++11 -fsycl no_file.cpp -o no_file
clang-9: error: no such file or directory: 'no_file.cpp'
clang-9: error: no input files
This may be something you guys have already noticed unless it's an environment or understanding problem on my end? Hopefully it's not a user error on my part in this case, if it is I apologize.
The text was updated successfully, but these errors were encountered: