Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
8391–8398 | 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 | If I remove these, there will be error: cannot compile this builtin function yet |
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
8391–8398 | Yes, the GCCBuiltin isn't on the intrinsic declaration in llvm. If you fix that you shouldn't see that |
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