summaryrefslogtreecommitdiff
path: root/lldb/packages
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2023-03-28 14:13:49 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2023-03-28 15:46:26 -0700
commitfda53ad9374b60fc83f1a6065ae3e7985182a5d2 (patch)
tree8d014fca1de3821891bc981f7718d6c6111aeab3 /lldb/packages
parenta955a31896370b67c6490251eca0095295d55f1f (diff)
downloadllvm-fda53ad9374b60fc83f1a6065ae3e7985182a5d2.tar.gz
[lldb] Support Universal Mach-O binaries with a fat64 header
Support universal Mach-O binaries with a fat64 header. After 4d683f7fa7d4, dsymutil can now generate such binaries when the offsets would otherwise overflow the 32-bit offsets in the regular fat header. rdar://107289570 Differential revision: https://reviews.llvm.org/D147012
Diffstat (limited to 'lldb/packages')
-rw-r--r--lldb/packages/Python/lldbsuite/test/make/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/make/Makefile.rules b/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
index 4c225ed360be..bfd249ccd43f 100644
--- a/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
+++ b/lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -153,7 +153,7 @@ ARCHFLAG ?= -arch
#----------------------------------------------------------------------
ifeq "$(OS)" "Darwin"
DS := $(DSYMUTIL)
- DSFLAGS =
+ DSFLAGS := $(DSFLAGS_EXTRAS)
DSYM = $(EXE).dSYM
AR := $(CROSS_COMPILE)libtool
ARFLAGS := -static -o