[libc-commits] [PATCH] D159158: [libc] Add a JSON based config option system.

Petr Hosek via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 31 00:15:56 PDT 2023


phosek added inline comments.


================
Comment at: libc/CMakeLists.txt:116
+    set(temp ${${opt_name}})
+    unset(${opt_name} CACHE)
+    set(${opt_name} ${temp})
----------------
What's the reason for removing the variable from cache?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159158



More information about the libc-commits mailing list