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

Bootstrapping clang release/17.x fails to build - ‘clang/Driver/Options.inc’ file not found #64432

Closed
jroelofs opened this issue Aug 4, 2023 · 7 comments · Fixed by llvm/llvm-project-release-prs#531
Labels
cmake Build system in general and CMake in particular release:backport release:fixed-in-main release:merged

Comments

@jroelofs
Copy link
Contributor

jroelofs commented Aug 4, 2023

When bootstrapping clang, the stage 2 builds appear to sometimes fail due to a missing table gen file.

llvm-project/clang/include/clang/Driver/Options.h:49:10: fatal error: 'clang/Driver/Options.inc' file not found
   49 | #include "clang/Driver/Options.inc"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~

This seems to happen during stage 2 builds.

rdar://113401138

@jroelofs jroelofs added this to the LLVM 17.0.X Release milestone Aug 4, 2023
@jroelofs
Copy link
Contributor Author

jroelofs commented Aug 4, 2023

/cherry-pick 2fb1c10

@EugeneZelenko EugeneZelenko added cmake Build system in general and CMake in particular and removed new issue release:fixed-in-main labels Aug 4, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Aug 4, 2023

/branch llvm/llvm-project-release-prs/issue64432

@jroelofs
Copy link
Contributor Author

jroelofs commented Aug 4, 2023

@EugeneZelenko so I get it right next time: why not release:fixed-in-main?

@EugeneZelenko
Copy link
Contributor

@jroelofs: I didn't remove this label intentionally. Probably we edited labels at the same time, so GitHub was confused.

@jroelofs
Copy link
Contributor Author

jroelofs commented Aug 4, 2023

/cherry-pick 3d756c3

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 4, 2023

/pull-request llvm/llvm-project-release-prs#531

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 4, 2023

/branch llvm/llvm-project-release-prs/issue64432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Build system in general and CMake in particular release:backport release:fixed-in-main release:merged
Projects
Development

Successfully merging a pull request may close this issue.

3 participants