summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/llvm/lld/ELF/Driver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/llvm/lld/ELF/Driver.cpp b/gnu/llvm/lld/ELF/Driver.cpp
index 45d378b8c36..4a9a6a42105 100644
--- a/gnu/llvm/lld/ELF/Driver.cpp
+++ b/gnu/llvm/lld/ELF/Driver.cpp
@@ -362,6 +362,7 @@ static void checkOptions() {
case EM_386:
case EM_AARCH64:
case EM_MIPS:
+ case EM_PPC:
case EM_PPC64:
case EM_RISCV:
case EM_SPARCV9: