summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/is_target_arm64.c
Commit message (Collapse)AuthorAgeFilesLines
* __is_target_arch: Check the arch and subarch instead of the arch nameAlex Lorenz2017-12-151-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
OpenPOWER on IntegriCloud