[libc] [llvm] [libc] Add user defined literals to ease testing (PR #81267)

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 08:37:00 PST 2024


================
@@ -8,215 +8,188 @@
 
 #include "src/__support/FPUtil/FPBits.h"
 #include "src/__support/FPUtil/fpbits_str.h"
+#include "src/__support/integer_literals.h"
----------------
nickdesaulniers wrote:

Are these some CMake changes that need to be made in addition to express this new dependency?

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


More information about the llvm-commits mailing list