[llvm] [libc][bazel] add rules to build the scanf family (PR #128082)

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 21:47:22 PST 2025


================
@@ -4611,6 +4611,178 @@ libc_function(
     ],
 )
 
+libc_support_library(
+    name = "scanf_config",
+    hdrs = ["src/stdio/scanf_core/scanf_config.h"],
+    deps = [
----------------
vonosmas wrote:

I think you can just remove empty deps.

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


More information about the llvm-commits mailing list