diff options
| author | Jonathan Roelofs <jonathan@codesourcery.com> | 2017-05-24 15:53:24 +0000 |
|---|---|---|
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2017-05-24 15:53:24 +0000 |
| commit | dc62b80c823d8e794cac35572dbd29852a1941fd (patch) | |
| tree | 55b3c3f85235425f7fb976b4d01b18d7fd9d6790 /compiler-rt/cmake/builtin-config-ix.cmake | |
| parent | afff89eecb20d8b7796a8d84fa30d9d06940050c (diff) | |
| download | bcm5719-llvm-dc62b80c823d8e794cac35572dbd29852a1941fd.tar.gz bcm5719-llvm-dc62b80c823d8e794cac35572dbd29852a1941fd.zip | |
Allow armv{7,7s,7k,7m,7em} builds
llvm-svn: 303765
Diffstat (limited to 'compiler-rt/cmake/builtin-config-ix.cmake')
| -rw-r--r-- | compiler-rt/cmake/builtin-config-ix.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/cmake/builtin-config-ix.cmake b/compiler-rt/cmake/builtin-config-ix.cmake index dc2ec16943a..20bc68476c7 100644 --- a/compiler-rt/cmake/builtin-config-ix.cmake +++ b/compiler-rt/cmake/builtin-config-ix.cmake @@ -24,7 +24,7 @@ int foo(int x, int y) { set(ARM64 aarch64) -set(ARM32 arm armhf armv6m) +set(ARM32 arm armhf armv6m armv7m armv7em armv7 armv7s armv7k) set(X86 i386 i686) set(X86_64 x86_64) set(MIPS32 mips mipsel) |

