Xs

Passes options to the backend tool.

Syntax

Linux:

-Xs "options" or -Xsarg

Windows:

-Xs "options" or -Xsarg

Arguments

options or arg

Are the options you want to pass to the backend tool in device compilation.

Default

OFF

No options are passed to the backend tool.

Description

This option passes options to the backend tool. It is a shortcut for option Xsycl-target-backend.

For example, the following:

  -Xshardware

is equivalent to specifying:

  -Xsycl-target-backend "-hardware"

IDE Equivalent

None

Alternate Options

None

See Also