HomeSort by relevance Sort by last modified time
    Searched full:llvm_obj_root (Results 26 - 37 of 37) sorted by null

12

  /external/clang/test/Unit/
lit.cfg 60 llvm_obj_root = lit.util.capture(['llvm-config', '--obj-root']).strip()
62 clang_obj_root = os.path.join(llvm_obj_root, "tools", "clang")
  /external/llvm/
Makefile.common 60 ifndef LLVM_OBJ_ROOT
63 include $(LLVM_OBJ_ROOT)/Makefile.config
Makefile.config.in 26 # o LLVM_OBJ_ROOT : The root directory containing the built LLVM code.
51 LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@)
70 ifndef LLVM_OBJ_ROOT
71 $(error Projects must define LLVM_OBJ_ROOT)
Makefile.rules 405 BuildLLVMToolDir := $(LLVM_OBJ_ROOT)/BuildTools/$(BuildMode)/bin
413 LLVMLibDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/lib
414 LLVMToolDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin
415 LLVMExmplDir:= $(LLVM_OBJ_ROOT)/$(BuildMode)/examples
644 $(LLVM_OBJ_ROOT) $(LLVM_SRC_ROOT))) \
650 CC_LOG_DIAGNOSTICS_FILE="$(LLVM_OBJ_ROOT)/$(BuildMode)/diags"
    [all...]
  /external/clang/test/
lit.cfg 44 config.llvm_obj_root = getattr(config, 'llvm_obj_root', None)
91 llvm_obj_root = lit.util.capture(['llvm-config', '--obj-root']).strip()
93 clang_obj_root = os.path.join(llvm_obj_root, "tools", "clang")
  /external/llvm/test/
Makefile 116 $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print`
149 @echo 'set objroot "$(LLVM_OBJ_ROOT)"' >>site.tmp
151 @echo 'set objdir "$(LLVM_OBJ_ROOT)/test"' >>site.tmp
183 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> lit.tmp
195 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
  /external/clang/include/clang/Basic/
Makefile 53 $(ObjDir)/Version.inc.tmp : Version.inc.in Makefile $(LLVM_OBJ_ROOT)/Makefile.config $(ObjDir)/.dir
  /external/llvm/tools/llvm-config/
llvm-config.in.in 29 my $LLVM_OBJ_ROOT = q{@abs_top_builddir@};
63 my $ABS_OBJ_ROOT = "$LLVM_OBJ_ROOT/$LLVM_BUILDMODE";
76 $INCLUDEOPTION = "-I$INCLUDEDIR -I$LLVM_OBJ_ROOT/include"
132 $has_opt = 1; print abs_path("$LLVM_OBJ_ROOT/");
  /external/llvm/docs/
Projects.html 48 <li><tt>LLVM_OBJ_ROOT</tt> - The root of the LLVM object tree.</li>
55 <li>Include <tt>Makefile.config</tt> from <tt>$(LLVM_OBJ_ROOT)</tt>.</li>
TestingGuide.html 388 $(LLVM_OBJ_ROOT)/$(BuildMode)/bin). This ensures that lit does not
    [all...]
MakefileGuide.html 191 <tt>$(LLVM_OBJ_ROOT)/Makefile.config</tt>.
    [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 1553 milliseconds

12