Fixed 2 tests that failed on MacOS (#168482)
1. Fixed 2 DTLTO cache tests that failed on MacOS because input to grep
command is different compared to Windows
2. Removed unneeded comments from dtlto-cache.ll
py-yt-dlp-ejs: start package
Does not build because it uses rollup, which doesn't support NetBSD.
Also, needs network access at build time, but one problem at a time.
[AMDGPU][SIMemoryLegalizer] Combine GFX10-11 CacheControl Classes (#168058)
Also breaks the long inheritance chains by making both
`SIGfx10CacheControl` and
`SIGfx12CacheControl` inherit from `SICacheControl` directly.
With this patch, we now just have 3 `SICacheControl` implementations
that each
do their own thing, and there is no more code hidden 3 superclasses
above (which made this code harder to read and maintain than it needed
to be).
NAS-138591 / 26.04 / Add proper docstring for container's gpu pci addr field (#17638)
## Context
We are missing description on a field which is resulting in failing
flake8.
[AMDGPU][SIMemoryLegalizer] Combine GFX10-11 CacheControl Classes
+ Break the long inheritance chains by making both `SIGfx10CacheControl` and
`SIGfx12CacheControl` inherit from `SICacheControl`.
With this patch and the previous one, there is no more long inheritance chain in
`SIMemoryLegalizer`. We just have 3 `SICacheControl` implementations that each
do their own thing, and there is no more code hidden 3 superclasses above.
All implementations are marked `final` too.
[AMDGPU][clang] Fix clang driver check for multiple sanitizer arguments (#166851)
`-fsanitize=address,fuzzer` should be rejected like
`-fsanitize=fuzzer,address`.
The address sanitizer enables the device sanitizer pipeline. The fuzzer
implicitly turns on LLVMs SanitizerCoverage, which the driver then
forwards to the device cc1. SanitizerCoverage is not supported on
amdgcn.
lowdown: update to 2.0.3.
Automatically create the correct shared library type ("dylib") on
Mac OS X. Fix how image links within links have their link content
displayed using OSC8 encoding in terminal mode Fix how -tlatex,
-tms, and -tman escape URLs or otherwise do percent and space
encoding.