[PATCH] [build] Verbose clang builds should also build compiler_rt verbosely.
Jon Roelofs
jonathan at codesourcery.com
Tue May 6 14:15:30 PDT 2014
Pass through the VERBOSE flag to the compiler_rt makefile from clang's makefiles.
http://reviews.llvm.org/D3632
Files:
clang/runtime/compiler-rt/Makefile
Index: clang/runtime/compiler-rt/Makefile
===================================================================
--- clang/runtime/compiler-rt/Makefile
+++ clang/runtime/compiler-rt/Makefile
@@ -170,6 +170,7 @@
ProjObjRoot=$(PROJ_OBJ_DIR) \
CC="$(ToolDir)/clang" \
LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \
+ VERBOSE=$(VERBOSE) \
$(COMPILERRT_MAKE_FLAGS) \
$(RuntimeDirs:%=clang_%)
.PHONY: BuildRuntimeLibraries
@@ -177,6 +178,7 @@
$(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
ProjObjRoot=$(PROJ_OBJ_DIR) \
+ VERBOSE=$(VERBOSE) \
$(COMPILERRT_MAKE_FLAGS) \
clean
.PHONY: CleanRuntimeLibraries
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3632.9134.patch
Type: text/x-patch
Size: 689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140506/0e1a7128/attachment.bin>
More information about the llvm-commits
mailing list