Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CodeGen: use MSVC division on windows itanium | Saleem Abdulrasool | 2016-10-13 | 1 | -0/+38 |
Windows itanium is identical to MSVC when dealing with everything but C++. Lower the math routines into msvcrt rather than compiler-rt. llvm-svn: 284175 |