Skip to content

Commit 54ae81f

Browse files
authored
[libc][bazel] Remove -fext-numeric-literals as it is only needed for gcc and not available in clang. (llvm#149902)
1 parent cb6f132 commit 54ae81f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ def libc_test(
6262
name = name,
6363
local_defines = local_defines + LIBC_CONFIGURE_OPTIONS,
6464
deps = deps,
65-
# For complex floating point literals.
66-
copts = copts + libc_common_copts() + ["-fext-numeric-literals"],
65+
copts = copts + libc_common_copts(),
6766
linkstatic = 1,
6867
**kwargs
6968
)

0 commit comments

Comments
 (0)