summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-27 04:29:36 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-27 04:29:36 +0000
commitb7c41fe882823c578e5adc07c5653d7f80431f70 (patch)
treeb48cc14cfae9452a186f1cbe4a3fd2b83b6e25a7 /test
parent86e4b7dadbc799967353ac5e85089697cd2c77e5 (diff)
downloadllvm-b7c41fe882823c578e5adc07c5653d7f80431f70.tar.gz
llvm-b7c41fe882823c578e5adc07c5653d7f80431f70.tar.bz2
llvm-b7c41fe882823c578e5adc07c5653d7f80431f70.tar.xz
tests: Windows ARM now supports object emission
Update lit.cfg with the fact that LLVM can now generate WoA PE/COFF objects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207347 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/lit.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index bbf0a6b1f5..df1850a663 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -292,8 +292,7 @@ if (config.llvm_use_sanitizer == "Memory" or
config.available_features.add("msan")
# Direct object generation
-if not 'hexagon' in config.target_triple and \
- not re.match('(arm|thumb).*windows', config.target_triple):
+if not 'hexagon' in config.target_triple:
config.available_features.add("object-emission")
if config.have_zlib == "1":