[llvm] [RL78 patch 1] Recognize RL78 in triple parsing code. (PR #108395)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 01:00:27 PDT 2024
================
@@ -916,6 +921,7 @@ static Triple::ObjectFormatType getDefaultFormat(const Triple &T) {
case Triple::renderscript64:
case Triple::riscv32:
case Triple::riscv64:
+ case Triple::rl78:
----------------
SebastianPerta wrote:
Done. Thank you!
https://github.com/llvm/llvm-project/pull/108395
More information about the llvm-commits
mailing list