Skip to content

Commit b80c3c5

Browse files
authored
Branch no lld (llvm#139187)
I suspect the test may be failing because lld doesn't behave the same way the native Darwin linker does. Trying that theory here...
1 parent c81341f commit b80c3c5

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/macosx/branch-islands

1 file changed

+1
-1
lines changed

lldb/test/API/macosx/branch-islands/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CFLAGS_EXTRAS := -std=c99
44
include Makefile.rules
55

66
a.out: main.o padding1.o padding2.o padding3.o padding4.o foo.o
7-
${CC} ${LDFLAGS} foo.o padding1.o padding2.o padding3.o padding4.o main.o -o a.out
7+
${CC} ${LDFLAGS} -fuse-ld=/usr/bin/ld foo.o padding1.o padding2.o padding3.o padding4.o main.o -o a.out
88

99
%.o: $(SRCDIR)/%.s
1010
${CC} -c $<

0 commit comments

Comments
 (0)