[libc-commits] [PATCH] D127571: Initiating a RISC-V port of llvm-libc

Thorsten via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Jun 11 17:12:25 PDT 2022


tschuett added inline comments.


================
Comment at: libc/cmake/modules/LLVMLibCArchitectures.cmake:21
+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(riscv64|riscv)")
+  set(LIBC_TARGET_ARCHITECTURE_IS_POWER TRUE)
+  set(LIBC_TARGET_ARCHITECTURE "riscv")
----------------
This looks fishy. It is definitely not a Power Core.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127571



More information about the libc-commits mailing list