Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Allow extra command line options implicitly added by compiler #432

Merged
merged 1 commit into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <const char *>: -DENV_COMPILE_OPTS -vc-codegen
// CHECK-NEXT: <const char *>:{{.*}}-DENV_COMPILE_OPTS{{.*}}-vc-codegen

// TODO: Uncomment when build options are properly passed to compile and link
// commands for kernel_bundle
Expand Down
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/kernel-bundle-merge-options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <const char *>: -g -vc-codegen
// CHECK-NEXT: <const char *>:{{.*}} -g {{.*}}-vc-codegen

// TODO: Uncomment when build options are properly passed to compile and link
// commands for kernel_bundle
Expand Down
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/program-merge-options-env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <const char *>: -DENV_COMPILE_OPTS -vc-codegen
// CHECK-NEXT: <const char *>:{{.*}}-DENV_COMPILE_OPTS{{.*}}-vc-codegen

// TODO: Uncomment when build options are properly passed to compile and link
// commands for program
Expand Down
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/program-merge-options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <unknown>
// CHECK-NEXT: <const char *>: -DBUILD_OPTS -g -vc-codegen
// CHECK-NEXT: <const char *>:{{.*}}-DBUILD_OPTS{{.*}}-g{{.*}}-vc-codegen

// TODO: Uncomment when build options are properly passed to compile and link
// commands for program
Expand Down