[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 06:21:46 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd754b970eddb: [NFC] Drop idle compiler option from the test. (authored by bader).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108020/new/
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.366263.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210813/d694a312/attachment.bin>
More information about the cfe-commits
mailing list