Skip to content

Commit afa2ece

Browse files
author
Erich Keane
committed
Remove fsycl-unnamed-lambda from tests, now that it is the default behavior
1 parent 4fde7ba commit afa2ece

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

clang/test/CodeGenSYCL/unique_stable_name_windows_diff.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33

44

55
template<typename KN, typename Func>

clang/test/SemaSYCL/mark-kernel-name.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
#include "Inputs/sycl.hpp"
44

clang/test/SemaSYCL/unique-stable-id.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
// Various Semantic analysis tests for the __builtin_unique_stable_id feature.
44

55
#include "Inputs/sycl.hpp"

sycl/test/functor/functor_inheritance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
// RUN: %RUN_ON_HOST %t.out
33

44
#include <CL/sycl.hpp>

sycl/test/functor/kernel_functor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
// RUN: cd %T
33
// RUN: %RUN_ON_HOST %t.out
44

sycl/test/regression/unnamed-lambda.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33

44
#include "CL/sycl.hpp"
55

sycl/test/separate-compile/same-kernel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// >> ---- 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
1010
//
1111
// >> ---- 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
1313
//
1414
// >> ---- link the full hetero app
1515
// RUN: %clangxx %t-same-kernel-a.o %t-same-kernel-b.o -o %t-same-kernel.exe -fsycl -fsycl-targets=%sycl_triple

0 commit comments

Comments
 (0)