summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2019-10-12 06:40:24 +0000
committerMartin Storsjo <martin@martin.st>2019-10-12 06:40:24 +0000
commitfe88be8c3af9523b887368e91fbc56968e06d8a5 (patch)
tree46350db750768830a5536535a5caf6326b23d06e /llvm/utils
parent17bde36a031a202ce9fe6cc1d134accbba7afb08 (diff)
downloadbcm5719-llvm-fe88be8c3af9523b887368e91fbc56968e06d8a5.tar.gz
bcm5719-llvm-fe88be8c3af9523b887368e91fbc56968e06d8a5.zip
[lit] Remove setting of the target-windows feature
No other OSes use a target-<os> feature, and no tests depend on it any lomger. Differential Revision: https://reviews.llvm.org/D68450 llvm-svn: 374639
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/lit/lit/llvm/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/lit/lit/llvm/config.py b/llvm/utils/lit/lit/llvm/config.py
index 6a0bfa1b207..2f3ca961a28 100644
--- a/llvm/utils/lit/lit/llvm/config.py
+++ b/llvm/utils/lit/lit/llvm/config.py
@@ -93,8 +93,6 @@ class LLVMConfig(object):
'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):
OpenPOWER on IntegriCloud