fsycl-use-bitcode

Tells the compiler to produce device code in LLVM IR bitcode format into fat objects. This content is specific to DPC++.

Syntax

Linux:

-fsycl-use-bitcode

Windows:

-fsycl-use-bitcode

Arguments

None

Default

ON

LLVM IR bitcode format is emitted.

Description

This option tells the compiler to produce device code in LLVM IR bitcode format into fat objects.

IDE Equivalent

None

Alternate Options

None