[LLVMdev] [RFC] Exhaustive bitcode compatibility tests for IR features

Rafael Espíndola rafael.espindola at gmail.com
Fri Sep 19 13:01:34 PDT 2014


On 19 September 2014 15:54, Steven Wu <stevenwu at apple.com> wrote:
> Yes, we don’t need to edit the assembly in the file, but we need to modified the CHECK line to reflect the output of current llvm-dis. I was talking about updating the CHECK in all the previous version. Does that make sense?

Yes, the CHECK lines would have to be updated, but that seems like a
pretty small annoyance.

Changing the assembly format means updating all tests that produce it,
including test/Transforms and clang's tests, so this would be a drop
in the ocean.

Cheers,
Rafael




More information about the llvm-dev mailing list