Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140111504
D2.id9554.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
550 B
Referenced Files
None
Subscribers
None
D2.id9554.diff
View Options
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -180,7 +180,6 @@
DTRACE_TESTS \
EISA \
HESIOD \
- LLDB \
NAND \
OFED \
OPENLDAP \
@@ -238,6 +237,12 @@
.if ${__T} == "arm" || ${__T} == "armeb"
BROKEN_OPTIONS+=LLDB
.endif
+# LLDB is functional on only some platforms.
+.if ${__T} == "aarch64" || ${__T} == "amd64"
+__DEFAULT_YES_OPTIONS+=LLDB
+.else
+__DEFAULT_NO_OPTIONS+=LLDB
+.endif
.include <bsd.mkopt.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 9:33 AM (13 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27110866
Default Alt Text
D2.id9554.diff (550 B)
Attached To
Mode
D2: Enable LLDB by default on platforms where we build Clang
Attached
Detach File
Event Timeline
Log In to Comment