Skip to content
Snippets Groups Projects
Commit 2a7c8864 authored by Akash Kothari's avatar Akash Kothari
Browse files

Remove LLVM_SRC_ROOT in lit python script for HPVM

parent 3f03d790
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,6 @@ llvm_config.with_environment( ...@@ -59,8 +59,6 @@ llvm_config.with_environment(
# Set up OCAMLRUNPARAM to enable backtraces in OCaml tests. # Set up OCAMLRUNPARAM to enable backtraces in OCaml tests.
llvm_config.with_environment('OCAMLRUNPARAM', 'b') llvm_config.with_environment('OCAMLRUNPARAM', 'b')
llvm_config.with_environment('LLVM_SRC_ROOT', config.llvm_src_root)
# Provide the path to asan runtime lib 'libclang_rt.asan_osx_dynamic.dylib' if # Provide the path to asan runtime lib 'libclang_rt.asan_osx_dynamic.dylib' if
# available. This is darwin specific since it's currently only needed on darwin. # available. This is darwin specific since it's currently only needed on darwin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment