diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2014-01-15 21:05:20 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2014-01-15 21:05:20 +0000 |
| commit | e38cc76c3297ed788817975a9019ab1b19488415 (patch) | |
| tree | 231f84dfd6ebdc5d7c0b917fef5f5ad2ddec178a /compiler-rt/lib/arm | |
| parent | c989455e6d50035741f6625aeaec8af6c9964f8d (diff) | |
| download | bcm5719-llvm-e38cc76c3297ed788817975a9019ab1b19488415.tar.gz bcm5719-llvm-e38cc76c3297ed788817975a9019ab1b19488415.zip | |
Remove support for armv7f slice. <rdar://problem/12478440>
This was never used for anything so we should just get rid of it.
llvm-svn: 199333
Diffstat (limited to 'compiler-rt/lib/arm')
| -rw-r--r-- | compiler-rt/lib/arm/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/arm/Makefile.mk b/compiler-rt/lib/arm/Makefile.mk index a2df115f926..4aeb365c971 100644 --- a/compiler-rt/lib/arm/Makefile.mk +++ b/compiler-rt/lib/arm/Makefile.mk @@ -9,7 +9,7 @@ ModuleName := builtins SubDirs := -OnlyArchs := armv5 armv6 armv7 armv7f armv7k armv7m armv7em armv7s +OnlyArchs := armv5 armv6 armv7 armv7k armv7m armv7em armv7s AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) |

