[PATCH] D68450: [lit] Remove setting of the target-windows feature

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 23:43:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGfe88be8c3af9: [lit] Remove setting of the target-windows feature (authored by mstorsjo).

Changed prior to commit:
  https://reviews.llvm.org/D68450?vs=223159&id=224731#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68450/new/

https://reviews.llvm.org/D68450

Files:
  llvm/utils/lit/lit/llvm/config.py


Index: llvm/utils/lit/lit/llvm/config.py
===================================================================
--- llvm/utils/lit/lit/llvm/config.py
+++ llvm/utils/lit/lit/llvm/config.py
@@ -93,8 +93,6 @@
                         'ASAN_OPTIONS', 'detect_leaks=1', append_path=True)
             if re.match(r'^x86_64.*-linux', target_triple):
                 features.add('x86_64-linux')
-            if re.match(r'.*-windows-msvc$', target_triple):
-                features.add('target-windows')
             if re.match(r'^i.86.*', target_triple):
                 features.add('target-x86')
             elif re.match(r'^x86_64.*', target_triple):


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68450.224731.patch
Type: text/x-patch
Size: 651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191012/35dfc8e3/attachment.bin>


More information about the llvm-commits mailing list