Searched refs:LLVM_SRC_ROOT (Results 1 - 24 of 24) sorted by relevance

/external/llvm/lib/Target/
H A DMakefile20 include $(LLVM_SRC_ROOT)/Makefile.rules
/external/llvm/unittests/Analysis/
H A DMakefile15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/llvm/unittests/ExecutionEngine/
H A DMakefile18 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/llvm/unittests/Support/
H A DMakefile15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/llvm/unittests/Transforms/Utils/
H A DMakefile15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/llvm/unittests/VMCore/
H A DMakefile15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/clang/lib/Basic/
H A DMakefile20 $(shell $(LLVM_SRC_ROOT)/utils/GetSourceVersion $(PROJ_SRC_DIR)/../..))
23 $(shell $(LLVM_SRC_ROOT)/utils/GetRepositoryPath $(PROJ_SRC_DIR)/../..))
/external/clang/unittests/
H A DMakefile26 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/llvm/unittests/ADT/
H A DMakefile23 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMakefile15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
/external/v8/tools/gcmole/
H A DMakefile30 LLVM_INCLUDE:=$(LLVM_SRC_ROOT)/include
31 CLANG_INCLUDE:=$(LLVM_SRC_ROOT)/tools/clang/include
/external/llvm/utils/unittest/UnitTestMain/
H A DMakefile18 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
/external/clang/runtime/libcxx/
H A DMakefile21 LIBCXX_SRC_ROOT := $(LLVM_SRC_ROOT)/projects/libcxx
/external/llvm/utils/llvm-lit/
H A DMakefile18 $(Verb)$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
/external/llvm/utils/unittest/googletest/
H A DMakefile21 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
/external/clang/docs/
H A DMakefile88 userloc: $(LLVM_SRC_ROOT)/docs/userloc.html
90 $(LLVM_SRC_ROOT)/docs/userloc.html:
92 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
/external/clang/test/
H A DMakefile34 @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
41 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
54 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
/external/llvm/unittests/
H A DMakefile.unittest25 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
/external/llvm/
H A DMakefile140 include $(LLVM_SRC_ROOT)/Makefile.rules
195 $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
212 $(LLVM_SRC_ROOT)/utils/show-diagnostics \
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
/external/llvm/test/
H A DMakefile.tests41 PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
42 $(LLVM_SRC_ROOT)/test/TestRunner.sh
H A DMakefile100 PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PATH)" \
109 $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_TESTSUITE) )
113 $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_ALL_TESTSUITES) )
148 @echo 'set srcroot "$(LLVM_SRC_ROOT)"' >>site.tmp
150 @echo 'set srcdir "$(LLVM_SRC_ROOT)/test"' >>site.tmp
182 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
194 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
/external/llvm/docs/
H A DMakefile95 userloc: $(LLVM_SRC_ROOT)/docs/userloc.html
97 $(LLVM_SRC_ROOT)/docs/userloc.html:
99 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
/external/clang/runtime/compiler-rt/
H A DMakefile29 COMPILERRT_SRC_ROOT := $(LLVM_SRC_ROOT)/projects/compiler-rt
/external/llvm/tools/llvm-config/
H A Dllvm-config.in.in28 my $LLVM_SRC_ROOT = q{@abs_top_srcdir@};
74 $INCLUDEDIR = "$LLVM_SRC_ROOT/include";
134 $has_opt = 1; print abs_path("$LLVM_SRC_ROOT/");

Completed in 473 milliseconds