Targets' FMA.h headers are missing LIBC_INLINE and attributes.h header.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think you need to edit https://github.com/llvm/llvm-project/blob/1c8b7c5299710b3d02cebbdef34c41157f3237f2/utils/bazel/llvm-project-overlay/libc/BUILD.bazel#L687-L705 as well.
You can try running bazelisk-linux-amd64 test --config=ci @llvm-project//libc/... from the llvm-project/utils/bazel folder to check whether everything's alright.
Comment Actions
Looks good to me with the build-file changes requested by @gchatelet. (Specifically, you'll need to add ":__support_macros_attributes" to the deps list.)