]> granicus.if.org Git - clang/commit
Fix a typo in target features
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 16 Jul 2019 22:32:17 +0000 (22:32 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 16 Jul 2019 22:32:17 +0000 (22:32 +0000)
commitd4ab953bb6d15ddfc74e23f9b318d5666eaef367
treeacbe034a948b5460f93e007874ef6f9f404a0963
parentc0300437e347c1c5f86cc19b671b331a42ee6377
Fix a typo in target features

There was a slight typo in r364352 that ended up causing our backend to
complain on some x86 Android builds. This CL fixes that.

Differential Revision: https://reviews.llvm.org/D64781

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366276 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Arch/X86.cpp
test/Driver/clang-translation.c