[all-commits] [llvm/llvm-project] b71add: [pp-trace] Fix test for OpenCL pragmas.
Anastasia Stulova via All-commits
all-commits at lists.llvm.org
Mon Feb 22 06:30:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b71add9777bed67e05206fa1fdb665f3e21a13ab
https://github.com/llvm/llvm-project/commit/b71add9777bed67e05206fa1fdb665f3e21a13ab
Author: Anastasia Stulova <anastasia.stulova at arm.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M clang-tools-extra/test/pp-trace/pp-trace-pragma-opencl.cpp
Log Message:
-----------
[pp-trace] Fix test for OpenCL pragmas.
After updating clang driver to include standard
OpenCL headers implicitly, the output being checked
in the test does not match because the implicit
header contains other pragmas. The test does not
aim to use the header and therefore it has to be
updated passing '-cl-no-stdinc' command-line flag.
This fixes failing bots.
More information about the All-commits
mailing list