diff options
Diffstat (limited to 'clang/runtime')
-rw-r--r-- | clang/runtime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/runtime/Makefile b/clang/runtime/Makefile index e0908e4fc6b..0e8b359123b 100644 --- a/clang/runtime/Makefile +++ b/clang/runtime/Makefile @@ -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: |