[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
================
@@ -0,0 +1,134 @@
+
+//===-- Unittests for user defined integer literals -----------------------===//
----------------
nickdesaulniers wrote:
Do we need any cmake additions to be able to build+run this test via cmake?
https://github.com/llvm/llvm-project/pull/81267
More information about the llvm-commits
mailing list