This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][CMAKE] Fix llvm-bolt-fuzzer build
ClosedPublic

Authored by Amir on May 3 2022, 3:37 PM.

Details

Summary

Add X86/AArch64 targets to resolve missing dependencies, e.g.:
undefined reference to LLVMInitializeX86AsmParser'`

Follow-up to D124206

Diff Detail

Event Timeline

Amir created this revision.May 3 2022, 3:37 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.May 3 2022, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2022, 3:37 PM
rafauler accepted this revision.May 3 2022, 4:58 PM

LGTM

This revision is now accepted and ready to land.May 3 2022, 4:58 PM
This revision was automatically updated to reflect the committed changes.