This is an archive of the discontinued LLVM Phabricator instance.

Don't harcode -ldl test/sanitizer_common/TestCases
ClosedPublic

Authored by krytarowski on Oct 8 2018, 10:47 AM.

Details

Summary

The dl library does not exist on all system and in particular
this breaks build on NetBSD. Make it conditional and
enable only for Linux, following the approach from other
test suites in the same repository.

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Oct 8 2018, 10:47 AM
vitalybuka accepted this revision.Oct 8 2018, 10:52 AM
This revision is now accepted and ready to land.Oct 8 2018, 10:52 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.