<div dir="ltr">Dear all,<div><div><br></div><div>I am trying to use a command like the following one to convert an OpenCL file into a bytecode:</div><div><br></div><div>clang -x cl -cl-std=CL2.0 -emit-llvm -target spir64 -Xclang -finclude-default-header -cl-single-precision-constant INPUT.cl -o INPUT.bc  </div><div><div><br></div><div>This command gives me a .llc file as output instead of a .bc. Which is the error? I cannot use the flag "-emit-llvm-bc" without using the frontend. </div><div><br></div><div>I attach the compilation link:</div></div><div><a href="https://godbolt.org/z/QRgojA">https://godbolt.org/z/QRgojA</a>  </div></div></div>