Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __is_target_arch: Check the arch and subarch instead of the arch name | Alex Lorenz | 2017-12-15 | 1 | -0/+10 |
This ensures that when compiling for "arm64" __is_target_arch will succeed for both "arm64" and "aarch64". Thanks to Bob Wilson who pointed this out! llvm-svn: 320853 |