[all-commits] [llvm/llvm-project] f9db6d: [BOLT][CMAKE] Fix llvm-bolt-fuzzer build

Amir Ayupov via All-commits all-commits at lists.llvm.org
Tue May 3 19:26:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9db6d2d5b24f332961b379e8538cc4aab6aa0d7
      https://github.com/llvm/llvm-project/commit/f9db6d2d5b24f332961b379e8538cc4aab6aa0d7
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M bolt/tools/llvm-bolt-fuzzer/CMakeLists.txt

  Log Message:
  -----------
  [BOLT][CMAKE] Fix llvm-bolt-fuzzer build

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

Follow-up to D124206

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D124886




More information about the All-commits mailing list