[PATCH] D108173: [WIP][clang] Add a cmake flag for choosing to build clang-repl

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 16 17:16:09 PDT 2021


leonardchan planned changes to this revision.
leonardchan added inline comments.


================
Comment at: clang/CMakeLists.txt:468
 
+option(CLANG_BUILD_CLANG_REPL_DEFAULT "Build clang-repl by default." OFF)
+
----------------
Apart from name bikeshedding, it's more likely we'll want this `ON` by default to match current upstream behavior, then downstream users like us can just set this to `OFF` in our configs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108173/new/

https://reviews.llvm.org/D108173



More information about the cfe-commits mailing list