artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e1eab
)
Add missing .PATH
author
jca
<jca@openbsd.org>
Tue, 14 Nov 2023 16:42:14 +0000
(16:42 +0000)
committer
jca
<jca@openbsd.org>
Tue, 14 Nov 2023 16:42:14 +0000
(16:42 +0000)
Reported and suggested by jsing@
gnu/usr.bin/clang/libLLVMRISCVCodeGen/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/clang/libLLVMRISCVCodeGen/Makefile
b/gnu/usr.bin/clang/libLLVMRISCVCodeGen/Makefile
index
a8fef8d
..
1b21714
100644
(file)
--- a/
gnu/usr.bin/clang/libLLVMRISCVCodeGen/Makefile
+++ b/
gnu/usr.bin/clang/libLLVMRISCVCodeGen/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
3 2023/11/11 18:35:37 robert
Exp $
+# $OpenBSD: Makefile,v 1.
4 2023/11/14 16:42:14 jca
Exp $
LIB= LLVMRISCVCodeGen
NOPROFILE=
@@
-37,3
+37,4
@@
SRCS+= RISCVAsmPrinter.cpp \
RISCVTargetTransformInfo.cpp
.PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/RISCV
+.PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/RISCV/GISel