File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl -### \
44// RUN: --no-offload-new-driver -Xdevice-post-link -O0 %s 2>&1 \
55// RUN: | FileCheck -check-prefix OPTIONS_POSTLINK_JIT_OLD %s
6- // OPTIONS_POSTLINK_JIT_OLD: sycl-post-link{{.*}} "-O2" "-device-globals" "-properties" "-spec-const=native" "-split=auto" "-emit-only-kernels-as-entry-points" "-emit-param-info" "-symbols" "-emit-exported-symbols" "-emit-imported-symbols" "-split-esimd" "-lower-esimd" "-O0"
6+ // OPTIONS_POSTLINK_JIT_OLD: sycl-post-link{{.*}} "-O2" "-device-globals" "--device-lib-spv-dir={{.*}}" "- properties" "-spec-const=native" "-split=auto" "-emit-only-kernels-as-entry-points" "-emit-param-info" "-symbols" "-emit-exported-symbols" "-emit-imported-symbols" "-split-esimd" "-lower-esimd" "-O0"
77//
88// Generate .o file as linker wrapper input.
99//
You can’t perform that action at this time.
0 commit comments