abrachet added inline comments.
Comment at: clang/cmake/caches/Fuchsia-stage2.cmake:34
set(LLVM_USE_CRT_RELEASE "MT" CACHE STRING "")
-else()
+ set(FUCHSIA_DISABLE_DRIVER_BUILD On)
+endif()
phosek wrote:
> Nit: can you use `ON` for consistency?
Done in commit
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
abrachet marked an inline comment as done.
Closed by commit rGc7cc756ce343: [CMake] Add option to disable driver build in
Fuchsia cache file (authored by abrachet).
Her