Tells the compiler to produce device code in LLVM Intermediate Representation (IR) bitcode format into fat objects.
Linux: | -fsycl-use-bitcode |
Windows: | -fsycl-use-bitcode |
None
ON |
LLVM IR bitcode format is emitted. |
This option tells the compiler to produce device code in LLVM Intermediate Representation (IR) bitcode format into fat objects.
When using this option, you must also specify option -fsycl.
For information about available SYCL drivers, refer to Invoke the Compiler.
When SYCL offloading is enabled, this option only applies to device-specific compilation.
None