Skip to content

Commit

Permalink
[test] Remove an unintentional -x cl flag in an aarch64-windows test
Browse files Browse the repository at this point in the history
This test was only intended to test compiling C, not OpenCL.

Differential Revision: https://reviews.llvm.org/D36363

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310222 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mstorsjo committed Aug 6, 2017
1 parent c5d8b42 commit 017fd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Preprocessor/predefined-macros.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 017fd0b

Please sign in to comment.