diff options
author | Kostya Serebryany <kcc@google.com> | 2020-05-26 11:31:24 -0700 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2020-05-26 11:35:50 -0700 |
commit | 2e824925402f011c2a4d3a0b51cce388b6d14d16 (patch) | |
tree | 0d7dbe74a78b940838afc4d171d6f413b2b8cf60 /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | a94e08d2e840a0e7ce032f59e9344bc49b5a54a1 (diff) | |
download | llvm-2e824925402f011c2a4d3a0b51cce388b6d14d16.zip llvm-2e824925402f011c2a4d3a0b51cce388b6d14d16.tar.gz llvm-2e824925402f011c2a4d3a0b51cce388b6d14d16.tar.bz2 |
[fuzzer][afl] Fix build with GCC
Summary:
Fixes this build error with GCC 9.3.0:
```
../lib/fuzzer/afl/afl_driver.cpp:114:30: error: expected unqualified-id before string constant
114 | __attribute__((weak)) extern "C" void __sanitizer_set_report_fd(void *);
| ^~~
```
Reviewers: metzman, kcc
Reviewed By: kcc
Subscribers: #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D80479
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions