[PATCH] D113247: [VE] Make VE official

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 10:18:04 PST 2021


simoll added a comment.

Cause identified
----------------

- sanitizer-x86_64-linux-fast (https://lab.llvm.org/buildbot/#/builders/5/builds/15384/steps/13/logs/stdio) . Use-after-free (at least partially responsible).
- (Warning) `E:\llvm\llvm-project\llvm\lib\Target\VE\MCTargetDesc\VEInstPrinter.cpp(30): warning C4515: 'VE': namespace uses itself`

Resolved
--------

- clang-ppc64le-rhel (https://lab.llvm.org/buildbot/#/builders/57/builds/12628):  Default linker override set (`-DCLANG_DEFAULT_LINKER=lld`). `test/Driver/ve-toolchain.cpp` test expecting `nld` to be the linker regardless.
- clang-x64-windows-msvc (https://lab.llvm.org/buildbot/#/builders/123/builds/7509). Failure due to non-POSIX-compliant stream redirection in VE codegen tests. Fix by `commit 444013d324fe2` "[VE][NFC] Use POSIX-compatible stream redirection"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113247/new/

https://reviews.llvm.org/D113247



More information about the llvm-commits mailing list