Skip to content

Conversation

@justice-adams-apple
Copy link
Contributor

Update lldb-matrix and lldb-sanitized to run on apple SI machines

}
environment {
MATRIX_COMMON_BUILD_PARAMETERS = '--cmake-flag=-DLLVM_TARGETS_TO_BUILD=X86'
MATRIX_COMMON_BUILD_PARAMETERS = '--cmake-flag=-DLLVM_TARGETS_TO_BUILD=AArch64'
Copy link
Member

Choose a reason for hiding this comment

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

Hmm I think we want this to be X86;AArch64

Only specifying one of them means we wouldn't run some of the x86 tests on ARM machine and vice-versa. But we do want that test-coverage. They don't actually require an x86 host

Copy link
Member

@Michael137 Michael137 left a comment

Choose a reason for hiding this comment

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

🚢
Thanks!

Just minor comment re. CMake change

--cmake-type=Release \
--dotest-flag="--skip-category gmodules" \
--dotest-flag="--arch=x86_64"
--dotest-flag="--arch=aarch64"
Copy link
Contributor

Choose a reason for hiding this comment

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

This may work, but it would be safer to use arm64 for all the --arch parameters passed to dotest.

@adrian-prantl
Copy link
Contributor

LGTM with the discussed changes. Let's try it out!

@adrian-prantl adrian-prantl merged commit 2281203 into llvm:main Mar 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants