[all-commits] [llvm/llvm-project] 2ff0aa: [CMake][Fuchsia] Add LLVM_ENABLE_HTTPLIB to Stage ...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Sat Jun 3 15:31:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ff0aa207fd55604604bb9eec33dada1a80842db
      https://github.com/llvm/llvm-project/commit/2ff0aa207fd55604604bb9eec33dada1a80842db
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-06-03 (Sat, 03 Jun 2023)

  Changed paths:
    M clang/cmake/caches/Fuchsia-stage2.cmake

  Log Message:
  -----------
  [CMake][Fuchsia] Add LLVM_ENABLE_HTTPLIB to Stage 2 build

This patch sets the LLVM_ENABLE_HTTPLIB flag to ON in the stage 2 build
similar to how many of the other dependency flags are already specified.
This is necessary to configure the stage 2 build by itself, otherwise
the CMake configuration crashes.

This is currently causing the MLGO demo to fail since we're only using
stage 2 to avoid having to build stage 1 to save some compile time.

Reviewed By: phosek

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




More information about the All-commits mailing list