]> granicus.if.org Git - llvm/commit
[llvm] [lit] Add target-x86* features
authorMichal Gorny <mgorny@gentoo.org>
Thu, 11 Apr 2019 14:58:39 +0000 (14:58 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Thu, 11 Apr 2019 14:58:39 +0000 (14:58 +0000)
commitf2af3ceff5fae0adfc4ef0824e474955037e6646
tree1ee9717d1735d274d167f6d41c0fbadcf2007b29
parenta5a6353ba4f2982ec099639482c5ba0776d825dd
[llvm] [lit] Add target-x86* features

Add a 'target-x86' and 'target-x86_64' feature sthat indicates that
the default target is 32-bit or 64-bit x86, appropriately.  Combined
with 'native' feature, we're going to use this to control x86-specific
LLDB native process tests.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358177 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/llvm/config.py