Skip to content
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

Add path mapping support for C++ compile action templates #22890

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Jun 25, 2024

No description provided.

@fmeum
Copy link
Collaborator Author

fmeum commented Jun 28, 2024

@keith Any idea why this test may be failing on macOS?

ld: unknown options: --start-lib --end-lib 

Does Apple lld not support --start-lib?

@keith
Copy link
Member

keith commented Jun 28, 2024

Apple's linker does not support start-lib/end-lib. ld64.lld from llvm does since looks like version 14+

@fmeum
Copy link
Collaborator Author

fmeum commented Jun 29, 2024

@keith I added apple_support for its object_file_group support, but I'm getting an error about DEVELOPER_DIR missing. Any idea about that one?

@keith
Copy link
Member

keith commented Jun 30, 2024

looks like it's the remote only test (at least on the last failure), isn't this where the remote executor has to duplicate the logic around setting DEVELOPER_DIR?

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.

None yet

2 participants