Skip to content

Commit

Permalink
fixed relative path in lit.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
philipportner committed Nov 6, 2023
1 parent c9aee44 commit 0f3792a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/compiler/lit/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ config.suffixes = [".mlir"]

config.test_source_root = os.path.dirname(__file__)

# TODO: replace relative path with some kind of imported project root
config.environment["PATH"] = os.path.pathsep.join(
(
os.path.abspath("../../../bin/"),
os.path.abspath("../../../thirdparty/build/llvm-project/bin/"),
os.path.abspath("bin/"),
os.path.abspath("thirdparty/build/llvm-project/bin/"),
config.environment["PATH"],
)
)

0 comments on commit 0f3792a

Please sign in to comment.