| commit | 06f6f995a1f9735d63608eea1fd83fb9d6e821fe | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Sep 19 20:40:16 2015 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Sep 19 20:40:16 2015 +0000 |
| tree | 80f77fb28dfa58fb2fbd3ab508558438b397acc4 | |
| parent | ce63ce947e2f0356f86a274ff4a53aab7c0034a1 [diff] |
Driver: alter the getARMFloatABI signature This changes getARMFloatABI to use the ToolChain and Args instead of Driver, Args, Triple. Although this pushes the Triple calculation/parsing into the function itself, it enables the use of the function for a future change. The reason to sink the triple calculation here is to avoid threading the Triple through multiple layers in a future change. llvm-svn: 248095