Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/CodeGen/CGBuiltin.cpp | ||
|---|---|---|
| 8391–8398 ↗ | (On Diff #90399) | Since these don't have mangling, you could add GCCBuiltin to the intrinsic definition and then you wouldn't need these to be handled here |
| lib/CodeGen/CGBuiltin.cpp | ||
|---|---|---|
| 8391–8398 ↗ | (On Diff #90399) | If I remove these, there will be error: cannot compile this builtin function yet |
| lib/CodeGen/CGBuiltin.cpp | ||
|---|---|---|
| 8391–8398 ↗ | (On Diff #90399) | Yes, the GCCBuiltin isn't on the intrinsic declaration in llvm. If you fix that you shouldn't see that |