[Lldb-commits] [PATCH] Skip AsanTestCase and AsanTestReportDataCase on Darwin

Ilia K ki.stfu at gmail.com
Tue Mar 10 08:52:55 PDT 2015


In http://reviews.llvm.org/D7958#133783, @clayborg wrote:

> So please fix the test case so it works. It sounds like the search path for the libclang_rt.asan_osx_dynamic.dylib isn't being added to the link line. It works fine when lldb is built using xcodebuild.


You was right. I added compiler-rt project to llvm/projects and now these tests work on my side.

But I think we should add check for it to be able skip these tests when compiler-rt wasn't built. For example, we can do an alternative version of http://reviews.llvm.org/D6272 (or modify it). How you think?


http://reviews.llvm.org/D7958

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list