These were incorrectly updated in r290539.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12651 Build 12651: arc lint + arc unit
Event Timeline
Comment Actions
Not a reviewer, but Re: https://reviews.llvm.org/D15075#940711 the changes in this review are identical to the ones I made locally yesterday and they resolved my problem with bad code generation. TYVM
Comment Actions
The only meaningful test is an assembly generation test, so we'd have to bend the rules of the clang test suite. An IR test wouldn't be meaningful. I think it's worth bending the rules, and if you do too I'll add it.
Comment Actions
I agree that the test should check the assembly instructions emitted are valid, so an assembly test makes sense.