mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 1135654 - part 3 - move installation of MOZ_CLANG_RT_ASAN_LIB_PATH to moz.build; r=mshal
This commit is contained in:
parent
99f8c6b73a
commit
e4206bd308
@ -61,13 +61,6 @@ LLDBINIT_FINAL_TARGET_FILES := $(DEPTH)/.lldbinit
|
||||
LLDBINIT_FINAL_TARGET_DEST = $(FINAL_TARGET)
|
||||
INSTALL_TARGETS += LLDBINIT_FINAL_TARGET
|
||||
|
||||
ifeq (1_1,$(MOZ_ASAN)_$(CLANG_CL))
|
||||
# Install the clang-cl runtime library for ASAN next to the binaries we produce.
|
||||
CLANG_RT_ASAN_FILES := $(MOZ_CLANG_RT_ASAN_LIB_PATH)
|
||||
CLANG_RT_ASAN_DEST = $(FINAL_TARGET)
|
||||
INSTALL_TARGETS += CLANG_RT_ASAN
|
||||
endif
|
||||
|
||||
ifdef MOZTTDIR
|
||||
# Install the Firefox OS fonts.
|
||||
include $(MOZTTDIR)/fonts.mk
|
||||
|
@ -63,3 +63,7 @@ if CONFIG['MOZ_DMD']:
|
||||
# Put a useful .gdbinit in the bin directory, to be picked up automatically
|
||||
# by GDB when we debug executables there.
|
||||
FINAL_TARGET_FILES += [TOPSRCDIR + '/.gdbinit']
|
||||
|
||||
# Install the clang-cl runtime library for ASAN next to the binaries we produce.
|
||||
if CONFIG['MOZ_ASAN'] and CONFIG['CLANG_CL']:
|
||||
FINAL_TARGET_FILES += [CONFIG['MOZ_CLANG_RT_ASAN_LIB_PATH']]
|
||||
|
Loading…
x
Reference in New Issue
Block a user