[llvm-commits] [llvm] r120534 - in /llvm/trunk: lib/MC/ELFObjectWriter.cpp lib/Target/ARM/ARMAsmBackend.cpp test/CodeGen/ARM/2010-11-30-reloc-movt.ll

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Nov 30 19:23:20 PST 2010


> Simply, it didn't occur to me to test that path, as I was looking at
> .bc -> .o generation.

If the assembly parser has the features you need, you should convert
the test to a .s -> .o test. The involved code path is a lot smaller.
This makes the test stable to codegen changes and makes it clear what
is being tested.

> Thanks!
>
> -jason

Cheers,
Rafael



More information about the llvm-commits mailing list