[ASan] Use rpath in tests that produce a shared library
authorKuba Brecka <kuba.brecka@gmail.com>
Tue, 27 Jan 2015 01:29:18 +0000 (01:29 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Tue, 27 Jan 2015 01:29:18 +0000 (01:29 +0000)
commitaa772feb8ec053b2c8cef2fe6af5676157334f36
tree27e7b95afac8021d7beb73694edc0dcd90b8b78c
parent349d5886e58e39d6492655e6d0acbf3307332892
[ASan] Use rpath in tests that produce a shared library

Modifying Darwin/interception-in-shared-lib-test.cc and suppressions-library.cc
to use rpath instead of linking against the full path to the temporary file.
NFC.

llvm-svn: 227161
compiler-rt/test/asan/TestCases/Darwin/interception-in-shared-lib-test.cc
compiler-rt/test/asan/TestCases/suppressions-library.cc