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

Update developer build process #743

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Conversation

aaronj0
Copy link
Collaborator

@aaronj0 aaronj0 commented Jan 29, 2024

This PR updates the developer build process to use the LLVM monorepo and builds clad externally.
Fixes #689

README.md Outdated
git clone https://github.com/vgvassilev/clad.git
cd clad
mkdir build && cd build
cmake -DLLVM_DIR=PATH/TO/llvm-project/build -DClang_DIR=PATH/TO/llvm-project/build -DCMAKE_BUILD_TYPE=DEBUG -DLLVM_EXTERNAL_LIT="$(which lit)" ../
Copy link
Owner

Choose a reason for hiding this comment

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

Do we need even -DClang_DIR when we have -DLLVM_DIR set?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

right, it is not required, resolved

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ae4b94f) 94.60% compared to head (ae20c37) 94.60%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #743   +/-   ##
=======================================
  Coverage   94.60%   94.60%           
=======================================
  Files          49       49           
  Lines        7190     7190           
=======================================
  Hits         6802     6802           
  Misses        388      388           

@vgvassilev vgvassilev merged commit ed8422c into vgvassilev:master Jan 29, 2024
79 checks passed
@aaronj0 aaronj0 deleted the doc-upgrade branch January 29, 2024 17:38
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.

Installation error while building LLVM, Clang & Clad from source
2 participants