This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [test] Include mlir_tools_dir in PATH to fix mlir-reduce
ClosedPublic

Authored by mgorny on Oct 2 2021, 3:01 AM.

Details

Summary

Include mlir_tools_dir in the PATH used in test environment,
as otherwise mlir-reduce is unable to find mlir-opt when building
standalone (and hence mlir_tools_dir != llvm_tools_dir).

Diff Detail