You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E] Use system header search paths for SYCL headers in SYCL lit tests. (#18214)
SYCL header files contain some uses of deprecated declarations. When
SYCL headers are found via a user header search path specified by the
`CPATH` environment variable or the `-I` option, these uses can cause
warnings to be produced that then cause tests that use `-Werror` to
fail. This change updates lit configuration files to use
`C_INCLUDE_PATH` and `CPLUS_INCLUDE_PATH` instead of `CPATH` and to use
`-isystem` instead of `-I` to nominate header search paths for SYCL
header files.
0 commit comments