Revert 318668, which is associated with a broken patch

llvm-svn: 318702
This commit is contained in:
Erich Keane 2017-11-20 22:10:28 +00:00
parent fa520a2a35
commit 0282966e38
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -ffreestanding | FileCheck --strict-whitespace %s
// RUN: pp-trace -ignore FileChanged,MacroDefined %s | FileCheck --strict-whitespace %s
#pragma clang diagnostic push
#pragma clang diagnostic pop

View File

@ -1,4 +1,4 @@
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -ffreestanding -x cl | FileCheck --strict-whitespace %s
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -x cl | FileCheck --strict-whitespace %s
#pragma OPENCL EXTENSION all : disable
#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : disable