[clang] d754b97 - [NFC] Drop idle compiler option from the test.
Alexey Bader via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 13 06:21:32 PDT 2021
Author: Alexey Bader
Date: 2021-08-13T13:20:11+03:00
New Revision: d754b970eddb83b1c68346a36b067391d93166b0
URL: https://github.com/llvm/llvm-project/commit/d754b970eddb83b1c68346a36b067391d93166b0
DIFF: https://github.com/llvm/llvm-project/commit/d754b970eddb83b1c68346a36b067391d93166b0.diff
LOG: [NFC] Drop idle compiler option from the test.
Differential Revision: https://reviews.llvm.org/D108020
Added:
Modified:
clang/test/AST/ast-print-sycl-unique-stable-name.cpp
Removed:
################################################################################
diff --git a/clang/test/AST/ast-print-sycl-unique-stable-name.cpp b/clang/test/AST/ast-print-sycl-unique-stable-name.cpp
index 3f49ea9ee733c..b55d01aa1b6b6 100644
--- a/clang/test/AST/ast-print-sycl-unique-stable-name.cpp
+++ b/clang/test/AST/ast-print-sycl-unique-stable-name.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -ast-print -fsycl-is-device %s -o - -triple spir64-sycldevice | FileCheck %s
+// RUN: %clang_cc1 -ast-print -fsycl-is-device %s -o - | FileCheck %s
template <typename T>
void WrappedInTemplate(T t) {
More information about the cfe-commits
mailing list