forked from OSchip/llvm-project
extra test modifications for D34158
When adding support for D34158 which changes preprocessed output, I needed to make tiny test corrections for these. Adding the option -ffreestanding suppresses the new behavior, and that's the change I made to fix the tests. Patch By: mibintc Differential Revision: https://reviews.llvm.org/D34624 llvm-svn: 318668
This commit is contained in:
parent
59ad150939
commit
991447d6f8
|
@ -1,4 +1,4 @@
|
|||
// RUN: pp-trace -ignore FileChanged,MacroDefined %s | FileCheck --strict-whitespace %s
|
||||
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -ffreestanding | FileCheck --strict-whitespace %s
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic pop
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -x cl | FileCheck --strict-whitespace %s
|
||||
// RUN: pp-trace -ignore FileChanged,MacroDefined %s -ffreestanding -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