Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libFuzzer trunk doesn't build with clang-3.8 anymore #104

Open
attekett opened this issue Dec 22, 2016 · 0 comments
Open

libFuzzer trunk doesn't build with clang-3.8 anymore #104

attekett opened this issue Dec 22, 2016 · 0 comments
Labels

Comments

@attekett
Copy link
Member

$ docker-compose build libfuzzer-base
.
.
.
Step 6 : RUN mkdir /src /work && cd /src && git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer && clang++ -c -g -O2 -std=c++11 Fuzzer/.cpp -IFuzzer && ar ruv libFuzzer.a Fuzzer.o && mkdir -p /work/libfuzzer && mv libFuzzer.a /usr/local/lib && rm *.o && rm -rf Fuzzer
---> Running in ba768abc1e98
Cloning into 'Fuzzer'...
Fuzzer/FuzzerTracePC.cpp:193:3: error: use of undeclared identifier '__sanitizer_dump_coverage'
__sanitizer_dump_coverage(PCs, GetNumPCs());
^
1 error generated.

We have to change clang to a newer version, or checkout libFuzzer @ 34a77f5afc4efc03323a70e4f68b092f36f8a89b

@attekett attekett added the bug label Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant