Skip to content

[TableGen][CMake] Add missing dependency to intrinsics_gen #93134

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
May 23, 2024

Conversation

cyndyishida
Copy link
Member

@cyndyishida cyndyishida commented May 23, 2024

A missing dependency resulted in fatal error: 'llvm/IR/Attributes.inc' file not found errors when performing an Apple-stage2 build with LLVM_ENABLE_MODULES enabled.
This resolves the scheduling issue when building LLVMTableGenCommon library target.

resolves: rdar://128536914

A missing dependency resulted in `fatal error: 'llvm/IR/Attributes.inc' file not found`
errors when performing an Apple-stage2 build with LLVM_ENABLE_MODULES
enabled.
This resolves the scheduling issue when building LLVMTableGenCommon
library target.
Copy link
Contributor

@fhahn fhahn left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@cyndyishida
Copy link
Member Author

@cyndyishida cyndyishida merged commit f3d6db3 into llvm:main May 23, 2024
4 checks passed
@cyndyishida cyndyishida deleted the eng/PR-fixModulesBuild branch May 23, 2024 19:12
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