* asan.c: Include tm_p.h
From-SVN: r193466
This commit is contained in:
parent
3c31b9b46a
commit
7f71fad918
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
PR target/55195
|
||||
|
|
|
@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "expr.h"
|
||||
#include "optabs.h"
|
||||
#include "output.h"
|
||||
#include "tm_p.h"
|
||||
|
||||
/* AddressSanitizer finds out-of-bounds and use-after-free bugs
|
||||
with <2x slowdown on average.
|
||||
|
|
Loading…
Add table
Reference in a new issue