This is an archive of the discontinued LLVM Phabricator instance.

llvm-demangle-fuzzer: Link in Support
ClosedPublic

Authored by Hahnfeld on Nov 17 2017, 11:56 AM.

Details

Summary

The refactoring in rL318407 transiently includes abi-breaking.h
which defines EnableABIBreakingChecks. This breaks my Debug
build because this fuzzer did not link in Support with the symbol.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.Nov 17 2017, 11:56 AM
kongyi accepted this revision.Nov 17 2017, 12:38 PM

LGTM, thanks for fixing this.

This revision is now accepted and ready to land.Nov 17 2017, 12:38 PM
This revision was automatically updated to reflect the committed changes.