[cfe-dev] clang codegen tests using -S

Chris Lattner clattner at apple.com
Sat Nov 21 06:51:13 PST 2009


Hi Mike,

Please change your vtable etc tests to use -emit-llvm (and filecheck the generated IR) instead of raw -S (and filechecking the .s file).  Testing a specific code generator is a bad idea for many reasons, not the least of which is that MC'izing the backend is going to break all the tests.

-Chris



More information about the cfe-dev mailing list