/external/clang/test/ |
Makefile | 42 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> lit.tmp 55 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
|
lit.cfg | 57 config.llvm_obj_root = getattr(config, 'llvm_obj_root', None) 137 llvm_obj_root = lit.util.capture(['llvm-config', '--obj-root']).strip() 139 clang_obj_root = os.path.join(llvm_obj_root, "tools", "clang")
|
/external/clang/test/Unit/ |
lit.cfg | 65 llvm_obj_root = lit.util.capture(['llvm-config', '--obj-root']).strip() 67 clang_obj_root = os.path.join(llvm_obj_root, "tools", "clang")
|
/external/compiler-rt/lib/asan/lit_tests/ |
lit.cfg | 42 llvm_obj_root = lit.util.capture(["llvm-config", "--obj-root"]).strip() 43 asan_site_cfg = os.path.join(llvm_obj_root, "projects", "compiler-rt",
|
/external/compiler-rt/lib/tsan/lit_tests/ |
lit.cfg | 42 llvm_obj_root = lit.util.capture(["llvm-config", "--obj-root"]).strip() 43 tsan_site_cfg = os.path.join(llvm_obj_root, "projects", "compiler-rt",
|
/external/llvm/ |
Makefile.common | 59 ifndef LLVM_OBJ_ROOT 62 include $(LLVM_OBJ_ROOT)/Makefile.config
|
Makefile.config.in | 26 # o LLVM_OBJ_ROOT : The root directory containing the built LLVM code. 53 LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@) 79 ifndef LLVM_OBJ_ROOT 80 $(error Projects must define LLVM_OBJ_ROOT)
|
Makefile.rules | 471 BuildLLVMToolDir := $(LLVM_OBJ_ROOT)/BuildTools/$(BuildMode)/bin 479 LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib 480 LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin 481 LLVMExmplDir:= $(LLVM_OBJ_ROOT)/$(BuildMode)/examples 713 $(LLVM_OBJ_ROOT) $(LLVM_SRC_ROOT))) \ 723 CC_LOG_DIAGNOSTICS_FILE="$(LLVM_OBJ_ROOT)/$(BuildMode)/diags" [all...] |
/external/llvm/tools/llvm-config/ |
Makefile | 42 $(Verb) $(ECHO) 's/@LLVM_OBJ_ROOT@/$(subst /,\/,$(LLVM_OBJ_ROOT))/' \
|
CMakeLists.txt | 22 COMMAND echo s!@LLVM_OBJ_ROOT@!${LLVM_BINARY_DIR}! >> ${SEDSCRIPT_OBJPATH}
|
/external/llvm/test/ |
Makefile | 110 $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print` 140 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> lit.tmp 160 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
|
/external/clang/include/clang/Basic/ |
Makefile | 55 $(ObjDir)/Version.inc.tmp : Version.inc.in Makefile $(LLVM_OBJ_ROOT)/Makefile.config $(ObjDir)/.dir
|
/external/llvm/projects/sample/ |
Makefile.llvm.config.in | 24 # o LLVM_OBJ_ROOT : The root directory containing the built LLVM code. 55 ifndef LLVM_OBJ_ROOT 56 $(error Projects must define LLVM_OBJ_ROOT)
|
Makefile.llvm.rules | 408 BuildLLVMToolDir := $(LLVM_OBJ_ROOT)/BuildTools/$(BuildMode)/bin 416 LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib 417 LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin 418 LLVMExmplDir:= $(LLVM_OBJ_ROOT)/$(BuildMode)/examples 628 $(LLVM_OBJ_ROOT) $(LLVM_SRC_ROOT))) \ 634 CC_LOG_DIAGNOSTICS_FILE="$(LLVM_OBJ_ROOT)/$(BuildMode)/diags" [all...] |
configure | [all...] |
/external/llvm/docs/ |
Projects.rst | 20 * ``LLVM_OBJ_ROOT`` - The root of the LLVM object tree. 27 * Include ``Makefile.config`` from ``$(LLVM_OBJ_ROOT)``.
|
TestSuiteMakefileGuide.rst | 124 % cd $LLVM_OBJ_ROOT ; $LLVM_SRC_ROOT/configure [--with-llvmgccdir=$LLVM_GCC_DIR] 133 % cd $LLVM_OBJ_ROOT/projects/test-suite
|
MakefileGuide.rst | 112 ``$(LLVM_OBJ_ROOT)/Makefile.config``. 721 ``LLVM_OBJ_ROOT`` (configured) [all...] |
TestingGuide.rst | 205 ``$(LLVM_OBJ_ROOT)/$(BuildMode)/bin)``. This ensures that :program:`lit` does
|
/external/llvm/projects/sample/autoconf/ |
configure.ac | 8 LLVM_OBJ_ROOT="../.." 12 LLVM_ABS_OBJ_ROOT="`cd $LLVM_OBJ_ROOT ; pwd`" [all...] |