projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2918efd
)
[fuzzer] update the include line to use the new header name
author
Kostya Serebryany
<kcc@google.com>
Tue, 3 Feb 2015 19:42:05 +0000
(19:42 +0000)
committer
Kostya Serebryany
<kcc@google.com>
Tue, 3 Feb 2015 19:42:05 +0000
(19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228018
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Fuzzer/FuzzerLoop.cpp
patch
|
blob
|
history
diff --git
a/lib/Fuzzer/FuzzerLoop.cpp
b/lib/Fuzzer/FuzzerLoop.cpp
index
f3dee7c
..
44abeca
100644
(file)
--- a/
lib/Fuzzer/FuzzerLoop.cpp
+++ b/
lib/Fuzzer/FuzzerLoop.cpp
@@
-10,7
+10,7
@@
//===----------------------------------------------------------------------===//
#include "FuzzerInternal.h"
-#include <sanitizer/
asan
_interface.h>
+#include <sanitizer/
coverage
_interface.h>
#include <algorithm>
#include <iostream>