> Hm-m, let it be a temporary fix then. Without this change, changes in asan ...
13 years, 1 month ago
(2011-12-05 19:00:55 UTC)
#3
> Hm-m, let it be a temporary fix then. Without this change, changes in asan rtl
> are not reflected when we rebuild the tests (or I'm doing smth completely
> wrong).
I am not sure this is a good goal, but I am sure this is a wrong solution.
Just do `make clean; make tests` There are many implicit deps for the tests, including ...
13 years, 1 month ago
(2011-12-06 08:43:58 UTC)
#4
Just do `make clean; make tests`
There are many implicit deps for the tests, including a dependency on Clang
itself. It's not a good idea to hard-code them all.
On 2011/12/06 08:43:58, ramosian.glider wrote: > Just do `make clean; make tests` Sure I did, ...
13 years, 1 month ago
(2011-12-06 09:01:09 UTC)
#5
On 2011/12/06 08:43:58, ramosian.glider wrote:
> Just do `make clean; make tests`
Sure I did, this doesn't work.
> There are many implicit deps for the tests, including a dependency on Clang
> itself. It's not a good idea to hard-code them all.
OK, disregard the change to Makefile then.
Issue 5437128: Cleanup in ASan interceptors
(Closed)
Created 13 years, 2 months ago by samsonov
Modified 13 years, 1 month ago
Reviewers: kcc, ramosian.glider
Base URL: http://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Comments: 6