Skip to content

Commit b26a7f8

Browse files
authored
[win][arm64ec] Disable the LP64 test feature for Arm64EC (#153251)
As with other 64-bit Windows platforms, Arm64EC uses `LLP64` not `LP64`
1 parent 252efeb commit b26a7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def is_filesystem_case_insensitive():
316316

317317
# [PR8833] LLP64-incompatible tests
318318
if not re.match(
319-
r"^(aarch64|x86_64).*-(windows-msvc|windows-gnu)$", config.target_triple
319+
r"^(aarch64|arm64ec|x86_64).*-(windows-msvc|windows-gnu)$", config.target_triple
320320
):
321321
config.available_features.add("LP64")
322322

0 commit comments

Comments
 (0)