[PATCH] D108020: [NFC] Drop idle compiler option from the test.
Alexey Bader via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 13 02:04:48 PDT 2021
bader created this revision.
bader added a reviewer: erichkeane.
Herald added a subscriber: ebevhan.
bader requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108020
Files:
clang/test/AST/ast-print-sycl-unique-stable-name.cpp
Index: clang/test/AST/ast-print-sycl-unique-stable-name.cpp
===================================================================
--- clang/test/AST/ast-print-sycl-unique-stable-name.cpp
+++ 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) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108020.366221.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210813/9f6ead6b/attachment.bin>
More information about the cfe-commits
mailing list