Skip to content

Add -DLLVM_DISABLE_ASSEMBLY_FILES=ON to work around a bug in Apple Clang #129

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 2 commits into from
Mar 5, 2024

Conversation

dyung
Copy link
Contributor

@dyung dyung commented Mar 5, 2024

Two build-id related LLD tests are failing on the MacOS builder I am trying to bring up apparently due to a bug in the version of Apple clang installed on the machine. (See llvm/llvm-project#83940 and llvm/llvm-project#81967).

The suggested workaround of adding -DLLVM_DISABLE_ASSEMBLY_FILES=ON seems to work on the bot, so add that to the configuration.

@dyung dyung requested a review from gkistanova March 5, 2024 03:10
Copy link
Contributor

@gkistanova gkistanova left a comment

Choose a reason for hiding this comment

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

LGTM.

You may want to add a comment next to that flag with the rationale and the reminder to remove once the workaround is not needed any more.

@dyung dyung merged commit d91b8b9 into llvm:main Mar 5, 2024
@dyung dyung deleted the dyung/main/workaround-81967 branch March 5, 2024 19:23
dyung added a commit to dyung/llvm-zorg that referenced this pull request Mar 8, 2024
…Apple Clang (llvm#129)"

This reverts commit d91b8b9.

Updating to Apple Clang 1500.3.9.4 fixes the problem that was causing test failures.
dyung added a commit that referenced this pull request Mar 10, 2024
…Apple Clang (#129)" (#132)

Updating to Apple Clang 1500.3.9.4 fixes the problem that was causing
test failures.

Build/test is now passing:
https://lab.llvm.org/staging/#/builders/188/builds/444.
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.

2 participants