llvm-project
c5995e25 - [sanitizer_common][test-only] Specify full path for sort executable in popen.cpp (#171622)

Commit
46 days ago
[sanitizer_common][test-only] Specify full path for sort executable in popen.cpp (#171622) This test has begun failing on iossim with 'sh: sort: command not found' in the stderr. I believe this may be due to the change to the lit internal shell not having 'sort' in it's path. This patch adds the full path /usr/bin/sort to work around this.
Author
Parents
Loading