Yet another example how convergent not being the default is dangerous
and backwards.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| clang/lib/CodeGen/TargetInfo.cpp | ||
|---|---|---|
| 12428 | How about using CGF.CGM.addDefaultFunctionDefinitionAttributes? same as below | |
| clang/lib/CodeGen/TargetInfo.cpp | ||
|---|---|---|
| 12426 | If ConstructDefaultFnAttrList was used it would get convergent correctly... Should we be using the helper function here instead? | |
| clang/lib/CodeGen/TargetInfo.cpp | ||
|---|---|---|
| 12428 | That's what the fixme is for. I wanted to do this as 2 steps because first it explicitly shows the convergent problem more clearly | |
If ConstructDefaultFnAttrList was used it would get convergent correctly... Should we be using the helper function here instead?