[PATCH] D91442: [clang][Driver] Handle risvc in Baremetal.cpp.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 9 17:59:59 PST 2020


MaskRay added a comment.

This change has been failing on my machine for the past two weeks.

`riscv32-toolchain-extra.c` and `riscv64-toolchain-extra.c` are not hermit. I have installed `/usr/lib/gcc-cross/riscv64-linux-gnu/10` (gcc-10-riscv64-linux-gnu and its dependencies) on my machine and the test will find some directories relative to `/usr/lib/gcc-cross/riscv64-linux-gnu/10`.

`%T` is a deprecated lit feature. Please do something like `rm -rf %t; mkdir %t` instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91442



More information about the cfe-commits mailing list