We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b4616 commit 521bafcCopy full SHA for 521bafc
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -334,7 +334,7 @@ endif
334
# library to make ASAN tests work for most users, including the bots.
335
ifeq "$(OS)" "Darwin"
336
ifneq "$(ASAN_OPTIONS)" ""
337
-LD_FLAGS += -Wl,-lto_library -Wl,$(shell dirname $(shell xcrun -find clang))/../lib/libLTO.dylib
+LDFLAGS += -Wl,-lto_library -Wl,$(shell dirname $(shell xcrun -find clang))/../lib/libLTO.dylib
338
endif
339
340
OBJECTS =
0 commit comments