From 2a7c88648482333825ed21fc4f2eddd91dc93ec0 Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Mon, 27 Jan 2020 06:26:37 -0600 Subject: [PATCH] Remove LLVM_SRC_ROOT in lit python script for HPVM --- hpvm/test/lit.cfg.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hpvm/test/lit.cfg.py b/hpvm/test/lit.cfg.py index 86acab4f03..1f78a88103 100644 --- a/hpvm/test/lit.cfg.py +++ b/hpvm/test/lit.cfg.py @@ -59,8 +59,6 @@ llvm_config.with_environment( # Set up OCAMLRUNPARAM to enable backtraces in OCaml tests. 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 # available. This is darwin specific since it's currently only needed on darwin. -- GitLab