This is an archive of the discontinued LLVM Phabricator instance.

[asan][test] Fix typo in Unit/lit.site.cfg.py.in
ClosedPublic

Authored by ro on Aug 26 2022, 6:07 AM.

Details

Summary

I noticed that test/asan/Unit/lit.site.cfg.py.in contains two typos, using the FreeBSD forms of the LD_*LIBRARY_PATH* variables on Solaris.

Tested on amd64-pc-solaris2.11.

Diff Detail

Event Timeline

ro created this revision.Aug 26 2022, 6:07 AM
ro requested review of this revision.Aug 26 2022, 6:07 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptAug 26 2022, 6:07 AM
vitalybuka accepted this revision.Aug 26 2022, 4:55 PM
vitalybuka added inline comments.
compiler-rt/test/asan/Unit/lit.site.cfg.py.in
19

These probably are wrong as well

This revision is now accepted and ready to land.Aug 26 2022, 4:55 PM
ro marked an inline comment as done.Aug 26 2022, 10:48 PM
ro added inline comments.
compiler-rt/test/asan/Unit/lit.site.cfg.py.in
19

No, the names are different between FreeBSD and Solaris. I copied the FreeBSD case, but only half fixed it.

This revision was automatically updated to reflect the committed changes.
ro marked an inline comment as done.