This is an archive of the discontinued LLVM Phabricator instance.

[ASan] set DYLD_LIBRARY_PATH on Darwin
ClosedPublic

Authored by garious on Feb 17 2015, 3:20 PM.

Details

Summary

The CMake build doesn't seem to be as well supported on Darwin as it is Linux. This patch takes the test suite from ~50 tests passing to 266 passing (34 failing).

Diff Detail

Repository
rL LLVM

Event Timeline

garious updated this revision to Diff 20114.Feb 17 2015, 3:20 PM
garious retitled this revision from to [ASan] set DYLD_LIBRARY_PATH on Darwin.
garious updated this object.
garious edited the test plan for this revision. (Show Details)
garious added a reviewer: samsonov.
garious set the repository for this revision to rL LLVM.
garious added a subscriber: Unknown Object (MLST).
samsonov accepted this revision.Feb 17 2015, 4:35 PM
samsonov edited edge metadata.

LGTM

test/asan/lit.cfg
18 ↗(On Diff #20114)

Do you need to make the same fix to test/asan/Unit/lit.site.cfg.in?

This revision is now accepted and ready to land.Feb 17 2015, 4:35 PM
This revision was automatically updated to reflect the committed changes.