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.
1 parent 6dece8a commit 1caeb09Copy full SHA for 1caeb09
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