summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-01-21 02:09:16 +0000
committerNico Weber <nicolasweber@gmx.de>2015-01-21 02:09:16 +0000
commitfeae899a61bea80a5411c9b27ecfc7ed03ebc1f0 (patch)
tree3641feecae811ce0ef69901f3ab02b447361076b /cmake
parent974815cbd3eda24b32ebe3642d0042431fcee9a9 (diff)
Much spelling. Wow.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@226638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index f6d48b37d..01e356486 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -169,7 +169,7 @@ function(filter_available_targets out_var)
set(${out_var} ${archs} PARENT_SCOPE)
endfunction()
-# Arhcitectures supported by compiler-rt libraries.
+# Architectures supported by compiler-rt libraries.
filter_available_targets(SANITIZER_COMMON_SUPPORTED_ARCH
x86_64 i386 i686 powerpc64 powerpc64le arm aarch64 mips mips64 mipsel mips64el)
filter_available_targets(ASAN_SUPPORTED_ARCH