File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -aux-triple x86_64-pc-windows-msvc -fsycl-unnamed-lambda -fsycl- is-device -disable-llvm-passes -fsycl-is-device -emit-llvm %s -o - | FileCheck %s
2
- // RUN: %clang_cc1 -triple x86_64-pc-windows-msvc -fsycl-is-device -disable-llvm-passes -fsycl-unnamed-lambda -fsycl- is-device -emit-llvm %s -o - | FileCheck %s
1
+ // RUN: %clang_cc1 -triple spir64-unknown-unknown-sycldevice -aux-triple x86_64-pc-windows-msvc -fsycl-is-device -disable-llvm-passes -fsycl-is-device -emit-llvm %s -o - | FileCheck %s
2
+ // RUN: %clang_cc1 -triple x86_64-pc-windows-msvc -fsycl-is-device -disable-llvm-passes -fsycl-is-device -emit-llvm %s -o - | FileCheck %s
3
3
4
4
5
5
template <typename KN, typename Func>
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 %s -std=c++17 -triple x86_64-linux-gnu -fsycl-unnamed-lambda -fsycl- is-device -verify -fsyntax-only
1
+ // RUN: %clang_cc1 %s -std=c++17 -triple x86_64-linux-gnu -fsycl-is-device -verify -fsyntax-only
2
2
3
3
#include " Inputs/sycl.hpp"
4
4
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 %s -std=c++17 -triple x86_64-pc-windows-msvc -fsycl-unnamed-lambda -fsycl- is-device -verify -fsyntax-only -Wno-unused
2
- // RUN: %clang_cc1 %s -std=c++17 -triple x86_64-linux-gnu -fsycl-unnamed-lambda -fsycl- is-device -verify -fsyntax-only -Wno-unused
1
+ // RUN: %clang_cc1 %s -std=c++17 -triple x86_64-pc-windows-msvc -fsycl-is-device -verify -fsyntax-only -Wno-unused
2
+ // RUN: %clang_cc1 %s -std=c++17 -triple x86_64-linux-gnu -fsycl-is-device -verify -fsyntax-only -Wno-unused
3
3
// Various Semantic analysis tests for the __builtin_unique_stable_id feature.
4
4
5
5
#include " Inputs/sycl.hpp"
Original file line number Diff line number Diff line change 1
- // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl- targets=%sycl_triple -o %t.out %s
1
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
2
2
// RUN: %RUN_ON_HOST %t.out
3
3
4
4
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 1
- // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl- targets=%sycl_triple -o %t.out %s
1
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s
2
2
// RUN: cd %T
3
3
// RUN: %RUN_ON_HOST %t.out
4
4
Original file line number Diff line number Diff line change 1
- // RUN: %clangxx -fsycl -fsycl-unnamed-lambda - c %s -o %t.temp
2
- // RUN: %clangxx -fsycl -fsycl-unnamed-lambda - sycl-std=1.2.1 -c %s -o %t.temp
1
+ // RUN: %clangxx -fsycl -c %s -o %t.temp
2
+ // RUN: %clangxx -fsycl -sycl-std=1.2.1 -c %s -o %t.temp
3
3
4
4
#include " CL/sycl.hpp"
5
5
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// >> ---- compile src1
9
- // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl- targets=%sycl_triple -c %s -o %t-same-kernel-a.o
9
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -c %s -o %t-same-kernel-a.o
10
10
//
11
11
// >> ---- compile src2
12
- // RUN: %clangxx -DB_CPP=1 -fsycl -fsycl-unnamed-lambda -fsycl- targets=%sycl_triple -c %s -o %t-same-kernel-b.o
12
+ // RUN: %clangxx -DB_CPP=1 -fsycl -fsycl-targets=%sycl_triple -c %s -o %t-same-kernel-b.o
13
13
//
14
14
// >> ---- link the full hetero app
15
15
// RUN: %clangxx %t-same-kernel-a.o %t-same-kernel-b.o -o %t-same-kernel.exe -fsycl -fsycl-targets=%sycl_triple
You can’t perform that action at this time.
0 commit comments