ARM: only emit EABI attributes on EABI targets
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Dec 2015 05:27:45 +0000 (05:27 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Dec 2015 05:27:45 +0000 (05:27 +0000)
commitd11fee00824f9261f3ee7a9fc633fd409d3e3ac2
treed5c35ef04bcf406613f495744133a80341ccd7cc
parent205d072f694fe0e9c9dc18a2da9c74bf5151ef57
ARM: only emit EABI attributes on EABI targets

EABI attributes should only be emitted on EABI targets.  This prevents the
emission of the optimization goals EABI attribute on Windows ARM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255448 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
test/CodeGen/ARM/Windows/no-eabi.ll [new file with mode: 0644]