diff options
Diffstat (limited to 'test/Parser/opencl-pragma.cl')
-rw-r--r-- | test/Parser/opencl-pragma.cl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/opencl-pragma.cl b/test/Parser/opencl-pragma.cl index 1946077..4c48b2a 100644 --- a/test/Parser/opencl-pragma.cl +++ b/test/Parser/opencl-pragma.cl @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only +// RUN: %clang_cc1 %s -verify -pedantic -Wno-empty-translation-unit -fsyntax-only #pragma OPENCL EXTENSION cl_khr_fp16 : enable |