artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80990c3
)
set .NOTPARALLEL for AMDGPU tblgen files to tame memory usage on i386
author
robert
<robert@openbsd.org>
Thu, 16 Nov 2023 15:05:44 +0000
(15:05 +0000)
committer
robert
<robert@openbsd.org>
Thu, 16 Nov 2023 15:05:44 +0000
(15:05 +0000)
ok deraadt@
gnu/usr.bin/clang/include/llvm/AMDGPU/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/clang/include/llvm/AMDGPU/Makefile
b/gnu/usr.bin/clang/include/llvm/AMDGPU/Makefile
index
6a68075
..
2abacfe
100644
(file)
--- a/
gnu/usr.bin/clang/include/llvm/AMDGPU/Makefile
+++ b/
gnu/usr.bin/clang/include/llvm/AMDGPU/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
4 2021/12/17 14:55:44 patrick
Exp $
+# $OpenBSD: Makefile,v 1.
5 2023/11/16 15:05:44 robert
Exp $
.include <bsd.own.mk>
@@
-33,6
+33,10
@@
HDRS+= R600GenAsmWriter.inc \
HDRS+= InstCombineTables.inc
+.if ${MACHINE_CPU} == "i386"
+.NOTPARALLEL: ${HDRS}
+.endif
+
all: ${HDRS}
install: