This is an archive of the discontinued LLVM Phabricator instance.

[libc] Append math functions to Window's entrypoints
ClosedPublic

Authored by hedingarcia on Jul 20 2021, 1:10 PM.

Diff Detail

Event Timeline

hedingarcia created this revision.Jul 20 2021, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2021, 1:10 PM
hedingarcia requested review of this revision.Jul 20 2021, 1:10 PM
sivachandra accepted this revision.Jul 21 2021, 1:21 AM
sivachandra added inline comments.
libc/config/windows/entrypoints.txt
43

Not sure if libm makes sense on Windows. May be you can put all of these functions and the string functions under TARGET_LLVMLIBC_ENTRYPOINTS on line 71. We can revisit if required. OK for now.

This revision is now accepted and ready to land.Jul 21 2021, 1:21 AM
This revision was automatically updated to reflect the committed changes.