Skip to content
Commit a47c6ee2 authored by Alexander Potapenko's avatar Alexander Potapenko
Browse files

[ASan] Make sure operator new/delete and friends are intercepted on OS X.

Because the interceptors will reside in a dylib, not the main executable, we can't just declare them,
but must use the interposition machinery.
Fix the test expectations in large_func_test.cc affected by the change.
This CL should make our Mac buildbots green.

llvm-svn: 175763
parent e93249be
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment