Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132034123
D9853.id26479.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
520 B
Referenced Files
None
Subscribers
None
D9853.id26479.diff
View Options
Index: share/mk/bsd.lib.mk
===================================================================
--- share/mk/bsd.lib.mk
+++ share/mk/bsd.lib.mk
@@ -200,8 +200,8 @@
.endif
.if defined(LLVM_LINK)
-BCOBJS= ${OBJS:.o=.bco} ${STATICOBJS:.o=.bco}
-LLOBJS= ${OBJS:.o=.llo} ${STATICOBJS:.o=.llo}
+BCOBJS= ${SRCS:N*.h:N*.S:R:S/$/.bco/} ${STATICOBJS:N*.h:N*.S:R:S/$/.bco/}
+LLOBJS= ${SRCS:N*.h:N*.S:R:S/$/.llo/} ${STATICOBJS:N*.h:N*.S:R:S/$/.llo/}
CLEANFILES+= ${BCOBJS} ${LLOBJS}
lib${LIB_PRIVATE}${LIB}.bc: ${BCOBJS}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 14, 3:03 AM (11 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23704055
Default Alt Text
D9853.id26479.diff (520 B)
Attached To
Mode
D9853: Exclude assembly files from LLVM IR Builds
Attached
Detach File
Event Timeline
Log In to Comment