Home
last modified time | relevance | path

Searched refs:llvm_ocaml_lib (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/
Dlit.cfg.py48 llvm_ocaml_lib = os.path.join(top_ocaml_lib, 'llvm') variable
52 llvm_config.with_environment('OCAMLPATH', llvm_ocaml_lib, append_path=True)
56 'CAML_LD_LIBRARY_PATH', llvm_ocaml_lib, append_path=True)
/external/llvm/test/
Dlit.cfg105 llvm_ocaml_lib = os.path.join(llvm_lib_dir, 'ocaml')
106 if llvm_ocaml_lib is not None:
108 ocamlpath = os.path.pathsep.join((llvm_ocaml_lib, os.environ['OCAMLPATH']))
111 config.environment['OCAMLPATH'] = llvm_ocaml_lib
114 caml_ld_library_path = os.path.pathsep.join((llvm_ocaml_lib,
118 config.environment['CAML_LD_LIBRARY_PATH'] = llvm_ocaml_lib