[PATCH] D113247: [VE] Make VE official

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 08:29:38 PST 2021


simoll added a comment.

Cautiously calling the transition to official complete.. there may be some slow results trickling in still. Will wait until next week before lifting the feature freeze on VE.

One issue that showed in clang's `test/Driver/ve-toolchain` tests is the unfortunate behavior of the `-DCLANG_DEFAULT_LINKER` cmake flag and the `-fuse-ld=ld` option: when some toolchain does not support the configured default linker (eg VE, whose only is named `nld`), linker invocations by that toolchain will be invalid. Proposing a fix for that.


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