llvm-project
e8c6318c
- [Bazel] Drop :errno use from some libc math support libraries (#197336)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
10 hours ago
[Bazel] Drop :errno use from some libc math support libraries (#197336) We only actually need the errno header. Using errno as a dependency pulls in a c++ source file which requires compilation which precludes use in a header library.
References
#197336 - [Bazel] Drop :errno use from some libc math support libraries
Author
boomanaiden154
Parents
86f7e939
Loading