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 7d7b58b commit 71f3910Copy full SHA for 71f3910
clang/test/lit.cfg.py
@@ -261,6 +261,7 @@ def have_host_clang_repl_cuda():
261
262
263
def is_filesystem_case_insensitive():
264
+ os.makedirs(config.test_exec_root, exist_ok=True)
265
handle, path = tempfile.mkstemp(prefix="case-test", dir=config.test_exec_root)
266
isInsensitive = os.path.exists(
267
os.path.join(os.path.dirname(path), os.path.basename(path).upper())
0 commit comments