This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][test] Set shared_libasan_path in test/asan/lit.cfg on Solaris
ClosedPublic

Authored by ro on Jun 25 2019, 4:36 AM.

Details

Summary

While checking warnings from the Solaris buildbots, I noticed

llvm-lit: /opt/llvm-buildbot/home/solaris11-amd64/clang-solaris11-amd64/llvm/projects/compiler-rt/test/asan/lit.cfg:119: warning: %shared_libasan substitution not set but dynamic ASan is available.

Fixed as follows. Tested on x86_64-pc-solaris2.11. Ok for trunk?

Diff Detail

Event Timeline

ro created this revision.Jun 25 2019, 4:36 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 25 2019, 4:36 AM
Herald added subscribers: Restricted Project, llvm-commits, fedor.sergeev and 2 others. · View Herald Transcript
ro updated this revision to Diff 206415.Jun 25 2019, 4:42 AM

Sorry, wrong patch.

eugenis accepted this revision.Jun 25 2019, 1:38 PM
eugenis added a subscriber: eugenis.

LGTM

This revision is now accepted and ready to land.Jun 25 2019, 1:38 PM
This revision was automatically updated to reflect the committed changes.