diff options
author | Kostya Serebryany <kcc@google.com> | 2016-09-21 21:17:23 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-09-21 21:17:23 +0000 |
commit | 8658618ea081ce8f1df444a6296d815a3c9e3b33 (patch) | |
tree | 394864e5aeef6e503d76906104c574986fe49dc3 /llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | |
parent | ac77fe3b550dfafc3cde350fc612f272302f93ed (diff) | |
download | bcm5719-llvm-8658618ea081ce8f1df444a6296d815a3c9e3b33.tar.gz bcm5719-llvm-8658618ea081ce8f1df444a6296d815a3c9e3b33.zip |
[libFuzzer] more refactoring
llvm-svn: 282113
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp b/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp index 7b9681a6193..78d8de7e023 100644 --- a/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp +++ b/llvm/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp @@ -11,7 +11,7 @@ // requires that clients of LibFuzzer pass ``--export-dynamic`` to the linker. // That is a complication we don't wish to expose to clients right now. //===----------------------------------------------------------------------===// -#include "FuzzerInternal.h" +#include "FuzzerDefs.h" #if LIBFUZZER_APPLE #include "FuzzerExtFunctions.h" |