[PATCH] Avoid short relocation in x86_64 large code model

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Mon Nov 10 22:18:00 PST 2014


================
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






More information about the llvm-commits mailing list