diff options
| author | Dimitry Andric <dimitry@andric.com> | 2017-12-18 19:46:56 +0000 |
|---|---|---|
| committer | Dimitry Andric <dimitry@andric.com> | 2017-12-18 19:46:56 +0000 |
| commit | e4f5d010330159a919c0fa0fc0c769f12a17a00d (patch) | |
| tree | 547cd449894a83ffaa5d0483c5ab0c6fa66dce05 /compiler-rt/lib/builtins | |
| parent | 48176a5fb6d409ce394052145cd3ad5449ae51b6 (diff) | |
| download | bcm5719-llvm-e4f5d010330159a919c0fa0fc0c769f12a17a00d.tar.gz bcm5719-llvm-e4f5d010330159a919c0fa0fc0c769f12a17a00d.zip | |
Fix more inconsistent line endings. NFC.
llvm-svn: 321016
Diffstat (limited to 'compiler-rt/lib/builtins')
| -rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 68a51fd9aed..6fa95831912 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -516,7 +516,7 @@ else () if (CAN_TARGET_${arch}) # NOTE: some architectures (e.g. i386) have multiple names. Ensure that # we catch them all. - set(_arch ${arch})
+ set(_arch ${arch}) if("${arch}" STREQUAL "armv6m") set(_arch "arm|armv6m") elseif("${arch}" MATCHES "^(armhf|armv7|armv7s|armv7k|armv7m|armv7em)$") |

