[PATCH] D36363: [test] Remove an unintentional -x cl flag in an aarch64-windows test
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 5 12:58:26 PDT 2017
mstorsjo created this revision.
Herald added subscribers: kristof.beyls, Anastasia, rengolin, aemerson.
This test was only intended to test compiling C, not OpenCL.
https://reviews.llvm.org/D36363
Files:
test/Preprocessor/predefined-macros.c
Index: test/Preprocessor/predefined-macros.c
===================================================================
--- test/Preprocessor/predefined-macros.c
+++ test/Preprocessor/predefined-macros.c
@@ -193,7 +193,7 @@
// MSCOPE:#define __OPENCL_MEMORY_SCOPE_WORK_GROUP 1
// MSCOPE:#define __OPENCL_MEMORY_SCOPE_WORK_ITEM 0
-// RUN: %clang_cc1 -triple aarch64-windows %s -E -dM -o - -x cl \
+// RUN: %clang_cc1 -triple aarch64-windows %s -E -dM -o - \
// RUN: | FileCheck -match-full-lines %s --check-prefix=CHECK-ARM64-WIN
// CHECK-ARM64-WIN: #define _M_ARM64 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36363.109889.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170805/b647ea81/attachment.bin>
More information about the cfe-commits
mailing list