| commit | 560cc4fb44e11c0153f985639375598b53831e18 | [log] [tgz] |
|---|---|---|
| author | Eric Christopher <echristo@gmail.com> | Thu Dec 18 02:08:55 2014 +0000 |
| committer | Eric Christopher <echristo@gmail.com> | Thu Dec 18 02:08:55 2014 +0000 |
| tree | 5411494cdcbf8d64dbd0a26164718661e1dcd5b3 | |
| parent | 7a8b31d631acb9c1b7b1e654fcbfd476ac502c0f [diff] |
Make sure that arm-linux-gnu is still the apcs-gnu ABI when we use clang -cc1 matching the front end and backend. Fix up a couple of tests that were testing aapcs for arm-linux-gnu. The test that removes the aapcs abi calling convention removes them because the default triple matches what the backend uses for the calling convention there and so it doesn't need to be explicitly stated - see the code in TargetInfo.cpp. llvm-svn: 224491