OSDN Git Service

Added getArchNameForAssembler method to the Triple class for which returns OS and...
authorViktor Kutuzov <vkutuzov@accesssoftek.com>
Tue, 17 Nov 2009 18:48:27 +0000 (18:48 +0000)
committerViktor Kutuzov <vkutuzov@accesssoftek.com>
Tue, 17 Nov 2009 18:48:27 +0000 (18:48 +0000)
commit51cdac02c4125b8545728eb30ab5f54e437d6377
tree51ed0c60152d1534ce936f0614448a8db78a277a
parentaa60ddac394e8d79ecd9700e32b595c115585007
Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89122 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
tools/lto/LTOCodeGenerator.cpp