No other OSes use a target-<os> feature, and no tests depend on it
any lomger.
Differential Revision: https://reviews.llvm.org/D68450
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374639
91177308-0d34-0410-b5e6-
96231b3b80d8
'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):