forked from OSchip/llvm-project
tests: Windows ARM now supports object emission
Update lit.cfg with the fact that LLVM can now generate WoA PE/COFF objects. llvm-svn: 207347
This commit is contained in:
parent
710f944830
commit
c31d1528af
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue