Skip to content

Commit

Permalink
Added a comment about usage of the sycl_arm configuration (#11)
Browse files Browse the repository at this point in the history
* Added a comment about usage of the sycl_arm configuration, and added --incompatible_load_argument_is_label=false to all SYCL configurations.

* Removed --incompatible_load_argument_is_label=false.

* Re-added --incompatible_load_argument_is_label=false.

* Do not move --cpu option
  • Loading branch information
alistair-low authored and Rbiessy committed Jul 9, 2018
1 parent 5b770f7 commit 1ca6b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/bazel.rc
Expand Up @@ -55,6 +55,8 @@ build:sycl_asan --copt -DGPR_NO_DIRECT_SYSCALLS --linkopt -fPIC
build:sycl_asan --linkopt -fsanitize=address
build:sycl_asan --copt -DDISABLE_SKINNY=1

# This configuration is for a cross-build by default.
# For a native build on ARM, specify --cpu=arm on the command line.
build:sycl_arm --crosstool_top=@local_config_sycl//crosstool:toolchain
build:sycl_arm --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
build:sycl_arm --define=using_sycl=true --define=using_trisycl=false
Expand Down

0 comments on commit 1ca6b1d

Please sign in to comment.