[lldb] skip the python interactive I/O test on windows (#175055)
There is no indication this ever worked on windows as this is the first
test that checks python interactive console from a file.
Looking at the error from the CI, It closed the interpreter before
running any python commands.
Will reconfirm this when I have access to a windows machine.
From https://github.com/llvm/llvm-project/pull/174216
NAS-139216 / 26.04 / Use statmount and listmount for sysdataset plugin (#17973)
This commit adds some minor improvements to the system dataset plugin to
use optimized syscalls to get mount information.
[EarlyIfConversion] Fix loop invariant operands check (#174765)
Fixes a bug in the check which prevented walking up the operands
of the branch condition beyond the operands to the branch instruction
itself.
www/p5-Reddit-Client: Update to 1.395
Update to upstream version 1.395.
Restrict PORTSCOUT to valid upstream version numbers (1.xxx)
to avoid false positives such as 1.3865 while still detecting
future releases.
Sponsored by: Netzkommune GmbH
NAS-139232 / 26.04 / Fix integration test after system general settings change (#17980)
This commit fixes integration test where as we have broken backwards
compatibility with older api versions, that was failing. After
discussing with Vlad, it was decided to fix the integration test with
just returning id which we have in the newer api version.
[TableGen] Support RegClassByHwMode in CompressPat
This does not yet handle all cases but at least for the simple
cases such as:
```
def : CompressPat<(PTR_MOV PtrRC:$dst, PtrRC:$src),
(PTR_MOV_SMALL PtrRC:$dst, PtrRC:$src)>;
```
tablegen generates sensible code instead of emitting confusing errors.
Reviewed By: arsenm
Pull Request: https://github.com/llvm/llvm-project/pull/171061
Fix integration test after system general settings change
This commit fixes integration test where as we have broken backwards compatibility with older api versions, that was failing. After discussing with Vlad, it was decided to fix the integration test with just returning id which we have in the newer api version.
[lldb] Repair lldb-dotest's framework path (#174658)
lldb-dotest was likely getting LLDB_FRAMEWORK_DIR from another place
before. Now it's undefined when lldb-dotest is configured, so it's an
empty string. Some API tests will fail to link against LLDB.
diskless(8): Fix BOOTP/DHCP bootstrap kernel-loading description
Update the phase-2 description to distinguish RARP/BOOTPARAMS vs
BOOTP/DHCP secondary boot programs, and describe the BOOTP/DHCP path
as loading the kernel via NFS handles (mountd + NFS lookup/read).
While here, fix minor wording/grammar issues.
[flang][NFC] Converted five tests from old lowering to new lowering (part 4) (#174906)
From this point on, the conversion is done to HLFIR, not to FIR.
Tests converted in Lower: allocatables.f90,
allocate-source-pointers.f90, array-constructor-2.f90,
array-elemental-calls-3.f90, array-elemental-calls.f90