llvm-project/utils/bazel/llvm-project-overlay/libc
Jorge Gorbe Moya ac1235dda6 Fix bazel rule for __support_fputil_fma when using header modules.
Putting __support/FPUtil/x86_64/FMA.h in `hdrs` will trigger a
compilation action for that header, and it will always `#error` out for
non-FMA targets. Move these platform-specific headers that are
conditionally included to `textual_hdrs` instead.
2022-04-08 16:28:31 -07:00
..
BUILD.bazel Fix bazel rule for __support_fputil_fma when using header modules. 2022-04-08 16:28:31 -07:00
libc_build_rules.bzl
platforms.bzl