summaryrefslogtreecommitdiff
path: root/gnu/llvm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-29 16:09:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-29 16:09:33 +0000
commit1bfe5ea1b8d823afe7ad1f80e0aae45aa4509787 (patch)
tree533cbf22e09da9d1a3a2e807b80c789a1b4bb9ff /gnu/llvm
parent71ef07eff30a5deb8633b3a7f33570fce42fe358 (diff)
32-bit powerpc should also allow the --exec-only flag.
but it isn't the default yet
Diffstat (limited to 'gnu/llvm')
-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: