[PATCH] D59219: [PR41007][OpenCL] Allow printf and toolchain reserved variadic functions in C++
Alexey Bader via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 09:58:11 PDT 2019
bader added inline comments.
================
Comment at: cfe/trunk/test/SemaOpenCL/extensions.cl:31
// RUN: %clang_cc1 %s -triple amdgcn-unknown-unknown -verify -pedantic -fsyntax-only -cl-std=CL2.0 -finclude-default-header
-// RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-std=c++
+// RUN: %clang_cc1 %s -triple spir-unknown-unknown -verify -pedantic -fsyntax-only -cl-std=c++ -finclude-default-header
----------------
Shoudn't we move this test to test/SemaOpenCLCXX?
Does `-finclude-default-header` include opencl-c.h? I think it's an overkill to test that OpenCL C++ allows printf. Ideally we should minimize number of times we parsing 11500+ lines header in LIT tests.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59219/new/
https://reviews.llvm.org/D59219
More information about the llvm-commits
mailing list