Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR openxla#20340: Fix missing template value
Imported from GitHub PR openxla#20340 Fixes a bug introduced in this change: google/tsl#2944 The change makes use of a template variable `%{compiler}`, that is not defined for this file. This causes the `-fno-canonical-system-headers` option to be set for Clang builds, and Clang will fail with an error about that command line flag not being defined. Copybara import of the project: -- 75a3d3f by Charles Hofer <Charles.Hofer@amd.com>: Fix missing template value -- e08537b by Charles Hofer <Charles.Hofer@amd.com>: Change flag to compiler_is_clang -- 373f359 by Charles Hofer <Charles.Hofer@amd.com>: Fix typo -- 2be3c30 by Harsha HS <Harsha.HavanurShamsundara@amd.com>: [ROCm] Add cuda-only tags for nvidia profiler test Merging this change closes openxla#20340 COPYBARA_INTEGRATE_REVIEW=openxla#20340 from ROCm:fix-missing-template-value 2be3c30 PiperOrigin-RevId: 714293326
- Loading branch information