Details
Details
- Reviewers
aprantl
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I have pointed out the problem I am seeing here: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2015-July/043877.html
Comment Actions
Thanks! I reverted the change in the mean time. I'll test this on some more configurations and then reapply it.
Comment Actions
You can probably apply this change before relanding. Me landing without your change will make this change meaningless.
Comment Actions
Yes that's what I meant to do.
That said, I will probably solve this by remove the calls to initialize all targets from CodeGen altogether and move them directly into ClangCheck.cpp.