POSIX requires lgamma writes to an external global variable, signgam.
This prevents annotating lgamma with readnone, which is incorrect on
targets that write to signgam.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/clang/Basic/Builtins.def | ||
---|---|---|
1091 ↗ | (On Diff #87846) | Please add a comment explaining why this doesn't have an "e" marking. |