-
llvm-project-overlay/libc/ 7/7
libc_math_test_rules.bzl
| | Authored by gchatelet on Feb 11 2022, 7:36 AM. Event TimelineHerald added a project: Restricted Project. Herald added a project: Restricted Project. lntue added inline comments. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | 4 lines | | 40 lines | | llvm-project-overlay/ | libc/ |
| | | 44 lines | | | | | | 31 lines | | | | | | 120 lines | | | | 581 lines | | 33 lines | | | | 79 lines | | | | 170 lines | | | | | | 40 lines | | | | 79 lines | | | | 23 lines | | | | 19 lines | | 32 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
132373b14aaa | f0bed375d1d6 | 5fe6f7a96516 | Guillaume Chatelet | Fix wrong target | Nov 15 2022, 12:01 PM | 5fe6f7a96516 | f6d33f166937 | d66ad83474f2 | Guillaume Chatelet | Fix __support_unit deps after rebase | Nov 15 2022, 11:59 AM | d66ad83474f2 | 011a4d4b3dba | 207419f87f39 | Guillaume Chatelet | Use canonical version of mpfr_impl | Nov 15 2022, 11:55 AM | 207419f87f39 | dfbe78d03add | dc0609b6b1aa | Guillaume Chatelet | Add missing dependencies | Nov 15 2022, 11:54 AM | dc0609b6b1aa | 9fc64536e742 | eeeb55cd5584 | Guillaume Chatelet | Fix documentation | Nov 15 2022, 11:07 AM | eeeb55cd5584 | 7a02e1fe14bc | a908a2759391 | Guillaume Chatelet | Make mpfr dependency explicit | Nov 15 2022, 10:27 AM | a908a2759391 | df1b3938e1c0 | 2297072067ae | Guillaume Chatelet | Use system's mpfr for CI | Nov 15 2022, 10:25 AM | 2297072067ae | c1cc1f3c5de3 | 78f6958a44e2 | Guillaume Chatelet | libc math mpfr=(disable|system|eternal) | Nov 15 2022, 6:30 AM | 78f6958a44e2 | d152fddac3be | bf71d23ed869 | Guillaume Chatelet | Use 'deps' instead of 'additional_deps' | Nov 14 2022, 2:23 AM | bf71d23ed869 | c1d273722bb3 | 8668ca1465db | Guillaume Chatelet | add --with-pic configure option to gmp and mpfr (necessary for aarch64) | Nov 10 2022, 8:56 AM | 8668ca1465db | 3d42c2a66b6e | ac977fd6d619 | Guillaume Chatelet | Remove size from math_test | Nov 10 2022, 8:55 AM | ac977fd6d619 | f9102127557e | a8195b2cf990 | Guillaume Chatelet | Add missing library for sqrtl | Nov 10 2022, 8:55 AM | a8195b2cf990 | 15d1157b6034 | 4d1ece305faf | Guillaume Chatelet | Remove unneeded visibility | Nov 9 2022, 5:46 AM | 4d1ece305faf | 9b5e96e8d823 | 279f286fa67a | Guillaume Chatelet | Also add -w to gmp | Nov 9 2022, 5:22 AM | 279f286fa67a | 600cb48daa62 | d0e91e296252 | Guillaume Chatelet | Use selects.with_or as platform can be a list. | Nov 9 2022, 4:45 AM | d0e91e296252 | 4de57e2d668f | 3c843638fbfd | Guillaume Chatelet | Suppress warnings for mpfr build | Nov 9 2022, 4:18 AM | 3c843638fbfd | 6a5ad22ab248 | 45ef06f5ac1a | Guillaume Chatelet | Disable math:sqrtl_test on aarch64 | Nov 9 2022, 4:10 AM | 45ef06f5ac1a | 3b5c77f1566d | 2a90b1822f8e | Guillaume Chatelet | Rename kw into kwargs | Nov 9 2022, 3:38 AM | 2a90b1822f8e | 89462535b39e | 1c53be597cd6 | Guillaume Chatelet | Add licence to libc_test_rules.bzl | Nov 9 2022, 2:14 AM | 1c53be597cd6 | 768be1f67e53 | 8d416099240a | Guillaume Chatelet | | Nov 3 2022, 5:50 AM |
|
Based on your other comment, I think this could be removed now? But also there's https://reviews.llvm.org/D123481 to remove -Werror from the default config. Note, though, that the CI still builds with -Werror