[PATCH] D74704: Support -fuse-ld=lld for riscv

Vlad Vereschaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 10:25:49 PST 2020


vvereschaka added a comment.

Hello @serge-sans-paille,

looks like these changes broke the ARM builders:
http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/4749
http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64/builds/4752

failed tests:

- FAIL: Clang::riscv64-toolchain.c
- FAIL: Clang::riscv32-toolchain.c

with the following error:

  C:\buildbot\as-builder-1\llvm-clang-win-x-armv7l\llvm-project\clang\test\Driver\riscv64-toolchain.c:15:27: error: C-RV64-BAREMETAL-LP64: expected string not found in input

would you fix the problem or revert the commit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74704





More information about the cfe-commits mailing list