================ Comment at: test/CodeGen/X86/code-model-eh-frame.ll:1 @@ +1,2 @@ +; RUN: llc < %s -filetype=obj -code-model=small \ +; RUN: | llvm-objdump -r - \ ---------------- You should be able to test this with llvm-mc, no? http://reviews.llvm.org/D6052