[X86] Add support for elfiamcu triple
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Sun, 25 Oct 2015 08:07:37 +0000 (08:07 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Sun, 25 Oct 2015 08:07:37 +0000 (08:07 +0000)
commitc50c6907aa1f2294f5fa80a9cc72f48b1cd7da52
treed9e7d5b44036c5b627f89a660e44b66f39b88054
parent30a1e5aa967aac7ceaa6527bd9f00a4db291c2e6
[X86] Add support for elfiamcu triple

This adds support for the i?86-*-elfiamcu triple, which indicates the IAMCU psABI is used.

Differential Revision: http://reviews.llvm.org/D13977

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251222 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
lib/Target/X86/X86Subtarget.h
unittests/ADT/TripleTest.cpp