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.
2 parents d7aa201 + 521bafc commit 85803edCopy full SHA for 85803ed
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -341,7 +341,7 @@ endif
341
# library to make ASAN tests work for most users, including the bots.
342
ifeq "$(OS)" "Darwin"
343
ifneq "$(ASAN_OPTIONS)" ""
344
-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
345
endif
346
347
OBJECTS =
0 commit comments