mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
This test used a subshell which is not supported by lit's internal shell. Rewrite it to use the readfile substitution. Reviewers: thurstond, fmayer Reviewed By: thurstond, fmayer Pull Request: https://github.com/llvm/llvm-project/pull/165144