Home
last modified time | relevance | path

Searched refs:llvm_src_root (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
DAutoRegen.sh16 llvm_src_root=../..
22 llvm_src_root=..
30 llvm_src_root="$REPLY"
36 llvm_obj_root="$llvm_src_root"
44 sed -e "s#^LLVM_SRC_ROOT=.*#LLVM_SRC_ROOT=\"$llvm_src_root\"#" \
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/
Dlit.cfg29 llvm_src_root = getattr(config, 'llvm_src_root', None)
30 if llvm_src_root != None:
32 # ``lit.py``, so use `llvm_src_root` instead.
33 lit_path = os.path.join(llvm_src_root, 'utils', 'lit')
Dlit.site.cfg.in6 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
/external/swiftshader/third_party/LLVM/test/
Dlit.cfg57 llvm_src_root = getattr(config, 'llvm_src_root', None)
58 if not llvm_src_root:
60 path = os.path.pathsep.join((os.path.join(llvm_src_root, 'test',
91 config.environment['LLVM_SRC_ROOT'] = getattr(config, 'llvm_src_root', '')
127 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
132 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
Dlit.site.cfg.in3 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
/external/swiftshader/third_party/LLVM/test/Unit/
Dlit.cfg59 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
64 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
Dlit.site.cfg.in3 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
/external/llvm/test/Unit/
Dlit.site.cfg.in5 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
Dlit.cfg74 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
79 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
Dlit.site.cfg8 config.llvm_src_root = aosp_dir + "/external/llvm"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Unit/
Dlit.site.cfg.py.in5 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
/external/clang/test/Unit/
Dlit.site.cfg.in5 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
Dlit.cfg68 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
70 clang_src_root = os.path.join(llvm_src_root, "tools", "clang")
/external/compiler-rt/unittests/
Dlit.common.unit.configured.in5 config.llvm_src_root = "@LLVM_MAIN_SRC_DIR@"
/external/clang/test/
Dlit.site.cfg.in5 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
Dlit.cfg63 config.llvm_src_root = getattr(config, 'llvm_src_root', None)
146 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
148 clang_src_root = os.path.join(llvm_src_root, "tools", "clang")
268 config.substitutions.append( ('%test_debuginfo', ' ' + config.llvm_src_root + '/utils/test_debuginf…
/external/compiler-rt/test/
Dlit.common.configured.in15 set_default("llvm_src_root", "@LLVM_MAIN_SRC_DIR@")
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/
Dlit.cfg49 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
54 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/
Dlit.cfg49 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
54 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
/external/llvm/test/
Dlit.site.cfg.in7 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
Dlit.site.cfg18 config.llvm_src_root = aosp_dir + "/external/llvm"
Dlit.cfg87 config.environment['LLVM_SRC_ROOT'] = getattr(config, 'llvm_src_root', '')
153 llvm_src_root = lit.util.capture(['llvm-config', '--src-root']).strip()
158 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
/external/llvm/utils/TableGen/
Dtdtags340 llvm_src_root() {
415 if ! LLVM_SRC_ROOT=$(llvm_src_root && pwd)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
Dtdtags340 llvm_src_root() {
415 if ! LLVM_SRC_ROOT=$(llvm_src_root && pwd)
/external/swiftshader/third_party/llvm-7.0/llvm/test/
Dlit.site.cfg.py.in7 config.llvm_src_root = "@LLVM_SOURCE_DIR@"

12