[compiler-rt] [scudo] Add primary option to enable/disable cache blocks. (PR #129794)

Jordan R AW via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 4 16:02:06 PDT 2025


================
@@ -42,6 +42,14 @@ template <typename T> struct isPointer<T *> {
   static constexpr bool value = true;
 };
 
+template <bool Cond, typename L, typename R> struct Conditional {
----------------
ajordanr-google wrote:

Makes sense. All good, thanks!

https://github.com/llvm/llvm-project/pull/129794


More information about the llvm-commits mailing list