Skip to content

Commit 521bafc

Browse files
committed
[LLDB] Fix typo
1 parent b0b4616 commit 521bafc

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
@@ -334,7 +334,7 @@ endif
334334
# library to make ASAN tests work for most users, including the bots.
335335
ifeq "$(OS)" "Darwin"
336336
ifneq "$(ASAN_OPTIONS)" ""
337-
LD_FLAGS += -Wl,-lto_library -Wl,$(shell dirname $(shell xcrun -find clang))/../lib/libLTO.dylib
337+
LDFLAGS += -Wl,-lto_library -Wl,$(shell dirname $(shell xcrun -find clang))/../lib/libLTO.dylib
338338
endif
339339
endif
340340
OBJECTS =

0 commit comments

Comments
 (0)