OSDN Git Service

Add a Musl environment to the triple.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 Jun 2016 12:45:33 +0000 (12:45 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 Jun 2016 12:45:33 +0000 (12:45 +0000)
commit4c93fe068533cf9568fc1c62fb0b24fd463dfdcf
tree50ec09511d4a30008a2b0b11ba2d3b574236d08f
parent55037ea9b0402fad8140b78dd781bee4d67d0b3c
Add a Musl environment to the triple.

It will be used in clang.

Patch by Lei Zhang.

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