[PATCH] Use ".arch_extension" ARM directive to specify the additional CPU features

Renato Golin renato.golin at linaro.org
Tue Feb 3 01:21:07 PST 2015


There are two paths:

1. directly to object file:

$ llc -filetype=obj test.ll | llvm-objdump -d | FileCheck
; CHECK: whatever

2. from asm file into object:

$ llc -filetype=asm test.ll | llvm-mc -filetype=obj | llvm-objdump -d | FileCheck
; CHECK: whatever

cheers,
--renato


http://reviews.llvm.org/D7316

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list