The priority for destructors and operators was reduced in rL314019.
Adjust the values used in the test appropriately to fix the test
failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
Can we run those tests as part of check-all cmake target or setup a buildbot that runs those? Seems surprising it went unnoticed for so long.
Comment Actions
I was thinking of that but I think it'd be nice to find someone who knows them better. I know they're loading libclang.so dynamically somehow, and I'm not really sure how to make sure that they're going to test the right library. On Gentoo we run the tests after installing clang to the system.