"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e725ff12638d9370ef09daf2bc5d7d06e1694c9d"
-
JF Bastien authored
Summary: The name of the synthesized constants for constant initialization was using mangling for statics, which isn't generally correct and (in a yet-uncommitted patch) causes the mangler to assert out because the static ends up trying to mangle function parameters and this makes no sense. Instead, mangle to `"__const." + FunctionName + "." + DeclName`. Reviewers: rjmccall Subscribers: dexonsmith, cfe-commits Differential Revision: https://reviews.llvm.org/D54055 llvm-svn: 346915
3a881e6b
Loading