Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144955490
D2.1777008003.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D2.1777008003.diff
View Options
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -240,6 +240,11 @@
BROKEN_OPTIONS+=TESTS # "undefined reference to `_Unwind_Resume'"
BROKEN_OPTIONS+=CXX # "libcxxrt.so: undefined reference to `_Unwind_Resume_or_Rethrow'"
.endif
+.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__TT} == "arm"
+__DEFAULT_YES_OPTIONS+=LLDB
+.else
+__DEFAULT_NO_OPTIONS+=LLDB
+.endif
# LLVM lacks support for FreeBSD 64-bit atomic operations for ARMv4/ARMv5
.if ${__T} == "arm" || ${__T} == "armeb"
BROKEN_OPTIONS+=LLDB
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 5:20 AM (5 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28420561
Default Alt Text
D2.1777008003.diff (614 B)
Attached To
Mode
D2: Enable LLDB by default on platforms where we build Clang
Attached
Detach File
Event Timeline
Log In to Comment