We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d5c20 + 1caeb09 commit 4d4b82aCopy full SHA for 4d4b82a
test/CAS/lit.local.cfg
@@ -12,7 +12,3 @@ if get_target_os() in ('windows-msvc',):
12
config.substitutions.insert(0, (r'%plugin\(([^)]+)\)', SubstituteCaptures(os.path.join(config.llvm_tools_dir, r'%target-library-name(\1)'))))
13
else:
14
config.substitutions.insert(0, (r'%plugin\(([^)]+)\)', SubstituteCaptures(os.path.join(config.llvm_libs_dir, r'%target-library-name(\1)'))))
15
-
16
-import platform
17
-if platform.system() == 'Windows':
18
- config.unsupported = True
0 commit comments