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 252efeb commit b26a7f8Copy full SHA for b26a7f8
clang/test/lit.cfg.py
@@ -316,7 +316,7 @@ def is_filesystem_case_insensitive():
316
317
# [PR8833] LLP64-incompatible tests
318
if not re.match(
319
- r"^(aarch64|x86_64).*-(windows-msvc|windows-gnu)$", config.target_triple
+ r"^(aarch64|arm64ec|x86_64).*-(windows-msvc|windows-gnu)$", config.target_triple
320
):
321
config.available_features.add("LP64")
322
0 commit comments