[PATCH] D113247: [VE] Make VE official
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 04:25:07 PST 2021
simoll added a comment.
**Status: **VE relanded as official target / clang-ve-ninja reporting to main buildbot instance and building VE as official target again
Cause identified
----------------
- (Warning) `E:\llvm\llvm-project\llvm\lib\Target\VE\MCTargetDesc\VEInstPrinter.cpp(30): warning C4515: 'VE': namespace uses itself`
- clang-x64-windows-msvc (https://lab.llvm.org/buildbot/#/builders/123/builds/7520) - Windows path separators unexpected in VE toolchain tests .. testing a patch locally
Resolved
--------
- sanitizer-x86_64-linux-fast `LLVM :: CodeGen/VE/VELIntrinsics/lvm.ll` (https://lab.llvm.org/buildbot/#/builders/5/builds/15384/steps/13/logs/stdio) - fixed by `commit 435d44bf8ab` "[VE][NFC] Fix use-after-free in VEInstrInfo"
- sanitizer-x86_64-linux-fast `LLVM :: CodeGen/VE/VELIntrinsics/vfmk.ll` (https://lab.llvm.org/buildbot/#/builders/5/builds/15393) - fixing locally now
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