Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 27f8d51

Browse files
committed
Fix more inconsistent line endings. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@321016 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2fcf673 commit 27f8d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/builtins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ else ()
516516
if (CAN_TARGET_${arch})
517517
# NOTE: some architectures (e.g. i386) have multiple names. Ensure that
518518
# we catch them all.
519-
set(_arch ${arch})
519+
set(_arch ${arch})
520520
if("${arch}" STREQUAL "armv6m")
521521
set(_arch "arm|armv6m")
522522
elseif("${arch}" MATCHES "^(armhf|armv7|armv7s|armv7k|armv7m|armv7em)$")

0 commit comments

Comments
 (0)