Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/builtins/comparedf2.c | ||
---|---|---|
83 ↗ | (On Diff #32450) | These files only have // comments, and there are a bunch of other ones that are similar. |
lib/builtins/comparedf2.c | ||
---|---|---|
83 ↗ | (On Diff #32575) | Okay, seems fair enough |
lib/builtins/int_lib.h | ||
---|---|---|
23 ↗ | (On Diff #32575) | What's in darwin case? Shall we define these aliases there as well? |
lib/builtins/int_lib.h | ||
---|---|---|
23 ↗ | (On Diff #32575) | This will be defined for everything that includes int_lib.h |
lib/builtins/int_lib.h | ||
---|---|---|
23 ↗ | (On Diff #32575) | Sorry, misread your comment. I'm not sure what should happen in darwin. |
lib/builtins/int_lib.h | ||
---|---|---|
23 ↗ | (On Diff #32575) | Darwin did at one point use libgcc, so I don't think that this would be problematic. Do you have some reason to believe it would be? We could easily conditionalise the aliases if that is the case. |