Skip to content

[win][arm64ec] Disable the LP64 test feature for Arm64EC #153251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

dpaoliello
Copy link
Contributor

As with other 64-bit Windows platforms, Arm64EC uses LLP64 not LP64

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Aug 12, 2025
@llvmbot
Copy link
Member

llvmbot commented Aug 12, 2025

@llvm/pr-subscribers-clang

Author: Daniel Paoliello (dpaoliello)

Changes

As with other 64-bit Windows platforms, Arm64EC uses LLP64 not LP64


Full diff: https://github.com/llvm/llvm-project/pull/153251.diff

1 Files Affected:

  • (modified) clang/test/lit.cfg.py (+1-1)
diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py
index 1957bb1715eb6..a1e0406daafe8 100644
--- a/clang/test/lit.cfg.py
+++ b/clang/test/lit.cfg.py
@@ -316,7 +316,7 @@ def is_filesystem_case_insensitive():
 
 # [PR8833] LLP64-incompatible tests
 if not re.match(
-    r"^(aarch64|x86_64).*-(windows-msvc|windows-gnu)$", config.target_triple
+    r"^(aarch64|arm64ec|x86_64).*-(windows-msvc|windows-gnu)$", config.target_triple
 ):
     config.available_features.add("LP64")
 

Copy link
Collaborator

@efriedma-quic efriedma-quic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dpaoliello dpaoliello merged commit b26a7f8 into llvm:main Aug 12, 2025
11 checks passed
@dpaoliello dpaoliello deleted the arm64eclp64 branch August 12, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants