[PATCH] D105429: [JITLink][RISCV] Initial Support RISCV64 in JITLink
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 25 07:47:42 PDT 2021
thakis added a comment.
The test fails in bootstrap builds on all our bots, e.g.:
https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8840851478629466864/+/u/package_clang/stdout?format=raw (linux)
https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8840851478629466816/+/u/package_clang/stdout?format=raw (windows)
The error is: ` /b/s/w/ir/cache/builder/src/third_party/llvm-bootstrap/bin/llvm-mc: error: : error: unable to get target for 'riscv64', see --version and --triple.`
We don't build in riscv support, so I guess the test needs a REQUIRES line. Oh, actually it's in a RISCV subfolder, so a lit.local.cfg is more appropriate. Added one in 75077f46e7e4d5c89a6d7cd9a8ae7d740df2f4cd <https://reviews.llvm.org/rG75077f46e7e4d5c89a6d7cd9a8ae7d740df2f4cd>, hopefully that helps.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105429/new/
https://reviews.llvm.org/D105429
More information about the llvm-commits
mailing list