[PATCH] D99984: [RISCV] Prevent __builtin_riscv_orc_b_64 from being compiled RV32 target.
Fraser Cormack via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 8 01:49:05 PDT 2021
frasercrmck added inline comments.
================
Comment at: clang/lib/Basic/Targets/RISCV.cpp:259
.Case("riscv64", Is64Bit)
+ .Case("64bit", Is64Bit)
.Case("m", HasM)
----------------
What's the difference between this new feature and `riscv64` above?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99984/new/
https://reviews.llvm.org/D99984
More information about the cfe-commits
mailing list