[PATCH] D156642: libunwind: riscv: disable vector test when __riscv_v not defined

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 21:43:42 PDT 2023


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

> This works fine when compiling under risc-v with the -g arch, such as rv32gc or rv64gc. However, depending on the vintage of the compiler, it does not work when compiling with an arch such as riscv32imac.

Regarding "depending on the vintage of the compiler" : My understanding is that only the latest one or two major releases of Clang and the latest Clang is officially supported.
So we shouldn't worry about the old versions. They are simply unsupported.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156642



More information about the llvm-commits mailing list