[PATCH] D42958: [compiler-rt, RISCV] Support builtins for RISC-V
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 13:45:55 PST 2018
apazos added a comment.
Thanks Kito, with this change plus lib/Basic/Targets/RISCV.h change in clang to return true for hasInt128Type() and disabling fPIC we can build compiler rt for RISCV. We will test it next. But we need to decide if we want to go this route or implement int128_t with int64_t.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42958
More information about the llvm-commits
mailing list