Home | History | Annotate | Download | only in compiler-rt

Lines Matching full:clang

1 ##===- clang/runtime/compiler-rt/Makefile ------------------*- Makefile -*-===##
10 # This file defines support for building the Clang runtime libraries (which are
12 # Clang resources directory (i.e., where the driver expects them).
20 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
22 ResourceDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/$(CLANG_VERSION)
23 PROJ_resources := $(DESTDIR)$(PROJ_prefix)/lib/clang/$(CLANG_VERSION)
31 # Additional flags to pass to Clang.
40 # build/install runtime libraries for as many targets as clang was configured to
47 # On Darwin, fake Clang into using the iOS assembler (since compiler-rt wants to
63 CC="$(ToolDir)/clang $(CLANG_CCFLAGS)" \