We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e8104 commit becce11Copy full SHA for becce11
clang/runtime/compiler-rt/Makefile
@@ -169,6 +169,7 @@ BuildRuntimeLibraries:
169
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
170
ProjObjRoot=$(PROJ_OBJ_DIR) \
171
CC="$(ToolDir)/clang" \
172
+ VERBOSE=$(VERBOSE) \
173
LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \
174
$(COMPILERRT_MAKE_FLAGS) \
175
$(RuntimeDirs:%=clang_%)
@@ -177,6 +178,7 @@ CleanRuntimeLibraries:
177
178
$(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
179
180
181
182
183
clean
184
.PHONY: CleanRuntimeLibraries
0 commit comments