forked from OSchip/llvm-project
Revert 318668, which is associated with a broken patch
llvm-svn: 318702
This commit is contained in:
parent
fa520a2a35
commit
0282966e38
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue