diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-12-22 11:50:44 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-12-22 11:50:44 +0000 |
commit | c14a5a8800a0f7a007f8cd197b4cad4d26a78f8c (patch) | |
tree | a1dde3bcaa50b579a1c761196c9bb100d2021707 /contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp | |
parent | 3cf3b4e6419d14ed25c0b67b84763b3be937c8b5 (diff) | |
parent | b96995b67f15110f39c41149543e19c8189abdaf (diff) |
Notes
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp b/contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp index 347022b8b0b6..c7b715793048 100644 --- a/contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp +++ b/contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp @@ -194,7 +194,7 @@ SubtargetFeatures ELFObjectFileBase::getARMFeatures() const { default: break; case ARMBuildAttrs::Not_Allowed: - Features.AddFeature("vfp2sp", false); + Features.AddFeature("vfp2d16sp", false); Features.AddFeature("vfp3d16sp", false); Features.AddFeature("vfp4d16sp", false); break; |