mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 17:06:07 +00:00

This speeds up the test running times, as the large `opencl-c.h` header no longer needs to be parsed.
4 lines
313 B
Common Lisp
4 lines
313 B
Common Lisp
// RUN: %clang_cc1 %s -finclude-default-header -fdeclare-opencl-builtins -triple spir-unknown-unknown -emit-pch -o %t.pch
|
|
// RUN: %clang_cc1 %s -finclude-default-header -fdeclare-opencl-builtins -cl-no-signed-zeros -triple spir-unknown-unknown -include-pch %t.pch -fsyntax-only -verify
|
|
// expected-no-diagnostics
|