mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:04:56 +08:00
Runtime: Always build compiler-rt using the Clang we just built, instead of the
system CC. llvm-svn: 107328
This commit is contained in:
@@ -50,6 +50,7 @@ BuildRuntimeLibraries:
|
||||
$(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
|
||||
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
|
||||
ProjObjRoot=$(PROJ_OBJ_DIR) \
|
||||
CC="$(ToolDir)/clang -no-integrated-as" \
|
||||
$(RuntimeDirs:%=clang_%)
|
||||
.PHONY: BuildRuntimeLibraries
|
||||
CleanRuntimeLibraries:
|
||||
|
||||
Reference in New Issue
Block a user