We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6f132 commit 54ae81fCopy full SHA for 54ae81f
utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
@@ -62,8 +62,7 @@ def libc_test(
62
name = name,
63
local_defines = local_defines + LIBC_CONFIGURE_OPTIONS,
64
deps = deps,
65
- # For complex floating point literals.
66
- copts = copts + libc_common_copts() + ["-fext-numeric-literals"],
+ copts = copts + libc_common_copts(),
67
linkstatic = 1,
68
**kwargs
69
)
0 commit comments