[llvm] r256620 - [ptr-traits] Implement the base pointer traits using the actual

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 30 12:31:02 PST 2015


On 12/30/2015 07:29 PM, Chandler Carruth wrote:
> The right solution is to not use incomplete types here as all of my
> other commits indicated. Sorry I didn't catch the uses in Polly last
> night. They just need to be fixed like every other LLVM project. I'll
> finish this morning and re-land.

OK. I committed in r256649 and r256650 fixes for the two occurrences in 
Polly. To my understanding, it should now be save to re-land your 
commit. Regarding my Polly changes, I would appreciate a post-commit review.

I left commit r256620 for you to re-apply, but can easily add it back if 
you prefer.

Best,
Tobias


More information about the llvm-commits mailing list