Skip to content

Commit 85803ed

Browse files
author
git apple-llvm automerger
committed
Merge commit '521bafc203c8' from llvm.org/main into next
2 parents d7aa201 + 521bafc commit 85803ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ endif
341341
# library to make ASAN tests work for most users, including the bots.
342342
ifeq "$(OS)" "Darwin"
343343
ifneq "$(ASAN_OPTIONS)" ""
344-
LD_FLAGS += -Wl,-lto_library -Wl,$(shell dirname $(shell xcrun -find clang))/../lib/libLTO.dylib
344+
LDFLAGS += -Wl,-lto_library -Wl,$(shell dirname $(shell xcrun -find clang))/../lib/libLTO.dylib
345345
endif
346346
endif
347347
OBJECTS =

0 commit comments

Comments
 (0)