Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The standard ARM C++ ABI dictates that inline functions are | John McCall | 2013-01-25 | 1 | -0/+189 |
never key functions. We did not implement that rule for the iOS ABI, which was driven by what was implemented in gcc-4.2. However, implement it now for other ARM-based platforms. llvm-svn: 173515 |