Commit 7f71fad9 by David Edelsohn Committed by David Edelsohn

* asan.c: Include tm_p.h

From-SVN: r193466
parent 3c31b9b4
2012-11-12 David Edelsohn <dje.gcc@gmail.com>
* asan.c: Include tm_p.h
2012-11-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2012-11-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/55195 PR target/55195
...@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
#include "expr.h" #include "expr.h"
#include "optabs.h" #include "optabs.h"
#include "output.h" #include "output.h"
#include "tm_p.h"
/* AddressSanitizer finds out-of-bounds and use-after-free bugs /* AddressSanitizer finds out-of-bounds and use-after-free bugs
with <2x slowdown on average. with <2x slowdown on average.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment