Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence
psabi
warnings when compiling C++ generated code (#7603)
* Silence `psabi` warnings when compiling C++ generated code Some versions of GCC/Clang emit many of these warnings when compiling in some Intel configurations, and they are useless in this context. Make them go away. * Update cmake/HalideGeneratorHelpers.cmake Co-authored-by: Alex Reinking <alex.reinking@gmail.com> --------- Co-authored-by: Alex Reinking <alex.reinking@gmail.com>
- Loading branch information