Skip to content

Conversation

@lntue
Copy link
Contributor

@lntue lntue commented Jul 21, 2025

No description provided.

@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Jul 21, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 21, 2025

@llvm/pr-subscribers-libc

Author: None (lntue)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/149902.diff

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl (+1-2)
diff --git a/utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl b/utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
index a7acd6159afac..41a706d2d92fb 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
+++ b/utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
@@ -62,8 +62,7 @@ def libc_test(
         name = name,
         local_defines = local_defines + LIBC_CONFIGURE_OPTIONS,
         deps = deps,
-        # For complex floating point literals.
-        copts = copts + libc_common_copts() + ["-fext-numeric-literals"],
+        copts = copts + libc_common_copts(),
         linkstatic = 1,
         **kwargs
     )

@lntue lntue merged commit 54ae81f into llvm:main Jul 21, 2025
10 of 12 checks passed
@lntue lntue deleted the bazel branch July 21, 2025 21:10
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel "Peripheral" support tier build system: utils/bazel libc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants