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

Improve build scripts and documentation #305

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

keryell
Copy link
Member

@keryell keryell commented Sep 26, 2023

No description provided.

Create a worktree is a local repository is available.
If not, skip a useless check-out in current cloning process.

# Use --llvm-worktree <directory-of-local-LLVM-repo> to reuse some existing
# local LLVM git repository
if [ x"$1" == x--llvm-worktree ]; then
Copy link
Collaborator

Choose a reason for hiding this comment

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

Personally when I have an existing llvm repo I simply don't run this script (actually I never run this script...). I wonder if this just adds complexity for a personal git preference?

@fifield
Copy link
Collaborator

fifield commented Sep 26, 2023

As a general comment it would be great if the documentation had more focus on how drive cmake and documenting the cmake options instead of being centered around a bunch of bespoke scripts. Example. That way people can catch their own fish.

@keryell
Copy link
Member Author

keryell commented Sep 27, 2023

That is good feedback. Since these scripts were used in the CI I focused on evolving them but yes, we can avoid using them at all too when we are not in a clean slate situation.

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