[PATCH] D72218: [clang-tidy] new altera kernel name restriction check

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 9 06:27:56 PST 2020


aaron.ballman added a comment.

In D72218#2381149 <https://reviews.llvm.org/D72218#2381149>, @ffrankies wrote:

> Moved test files `KERNEL.cl`, `VHDL.cl` and `vERILOG.cl` to the `uppercase` subdirectory to prevent filename clashes in some environments.
>
> This is in response to the buildbot failure where `Verilog.cl`, `KERNEL.cl`, and `VHDL.cl` were not present in the buildbot output despite showing up as present in Differential.
>
> @aaron.ballman Can you please try committing this again?

I've recommit in 9ca6fc4e095f9aacd70e406e640472ad2d370553 <https://reviews.llvm.org/rG9ca6fc4e095f9aacd70e406e640472ad2d370553>, thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72218/new/

https://reviews.llvm.org/D72218



More information about the cfe-commits mailing list