-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cxxmodules] Added missing PushTransactionRAII to GetMangledName #913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cxxmodules] Added missing PushTransactionRAII to GetMangledName #913
Conversation
rootcling with modules can reach this method when running with C++ modules and then starts deserializing decls without a transaction. This adds the missing PUshTransactionRAII.
|
Starting build on |
|
Build failed on centos7/gcc49. |
|
Build failed on slc6/gcc62. |
|
Build failed on slc6/gcc49. |
|
Build failed on mac1012/native. |
|
Build failed on ubuntu14/native. |
Axel-Naumann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Do you need the review by @vgvassilev? Else I think this can go in as is.
|
@phsft-bot build I think that can go in as-is. But Jenkins seems to have died compiling this, so let's see give it another chance. |
|
Starting build on |
|
Build failed on ubuntu14/native. |
|
Build failed on centos7/gcc49. |
|
Build failed on slc6/gcc62. |
|
Build failed on mac1012/native. |
|
Build failed on slc6/gcc49. |
|
@phsft-bot build |
|
Starting build on |
rootcling with modules can reach this method when running with
C++ modules and then starts deserializing decls without a
transaction. This adds the missing PUshTransactionRAII.