-
-
Notifications
You must be signed in to change notification settings - Fork 50
llvmdev 17.0.1 #238
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
llvmdev 17.0.1 #238
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
35a70a1
readd rc-channel target
h-vetinari 19b301b
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and co…
h-vetinari b73c01e
realign some selectors
h-vetinari d7a15d8
specify MSVC runtime library
h-vetinari bea09a1
rebase patches
h-vetinari 13a0ee8
build from upstream main branch
h-vetinari 47204e2
deal with library-extension for building from untagged commit
h-vetinari d30eeb7
Merge pull request #228 from h-vetinari/rc
h-vetinari a766e9c
Merge remote-tracking branch 'upstream/main' into rc_tmp
h-vetinari fc8df49
place arch-independent options in main CMake invocation
h-vetinari da3c0eb
set LLVM_ENABLE_DUMP=ON
h-vetinari 0623e04
MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and co…
h-vetinari a6e4e10
LLVM 17.0.0.rc1
h-vetinari afe0197
Merge pull request #233 from h-vetinari/rc
h-vetinari f031d2a
fix SHA
h-vetinari 2804a08
clarify SOVER_EXT definition in install_llvm.sh
h-vetinari c32128f
fix `git` suffix that shouldn't be there anymore for rc
h-vetinari 49a9872
bump to 17.0.0.rc2
h-vetinari 2783613
rebase patches
h-vetinari 966c2c3
llvmdev 17.0.0.rc2 (#235)
github-actions[bot] 99fa6e8
Merge remote-tracking branch 'upstream/main' into rc
h-vetinari 8744ce2
update comment about libllvm-c on osx
h-vetinari 38f0720
llvmdev 17.0.0.rc3
h-vetinari 1bc1071
rebase patches
h-vetinari f0a0174
adapt expected library suffix to new convention
h-vetinari d6c1b49
adapt install_llvm.sh for rc-suffix
h-vetinari b778c1b
llvmdev 17.0.0.rc3, forward-port `llvm-c{{ major }}` (#236)
github-actions[bot] d1f6d26
Merge remote-tracking branch 'upstream/rc' into 17
h-vetinari 1157225
remove rc-channels
h-vetinari 364bfab
llvmdev 17.0.0
h-vetinari 3d0cb4f
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and co…
h-vetinari 317e4b7
backport patch that removes rc-suffix and missed the GA tag
h-vetinari 9be6a9a
llvmdev 17.0.1
h-vetinari 197437d
add missing jinja-filter to make if-condition work
h-vetinari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,9 @@ cmake -G "Ninja" ^ | |
| -DCMAKE_BUILD_TYPE="Release" ^ | ||
| -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ | ||
| -DCMAKE_INSTALL_PREFIX:PATH=%LIBRARY_PREFIX% ^ | ||
| -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDLL ^ | ||
| -DLLVM_USE_INTEL_JITEVENTS=ON ^ | ||
| -DLLVM_ENABLE_DUMP=ON ^ | ||
| -DLLVM_ENABLE_LIBXML2=FORCE_ON ^ | ||
| -DLLVM_ENABLE_RTTI=ON ^ | ||
| -DLLVM_ENABLE_ZLIB=FORCE_ON ^ | ||
|
|
@@ -23,6 +25,7 @@ cmake -G "Ninja" ^ | |
| -DLLVM_INCLUDE_TESTS=ON ^ | ||
| -DLLVM_INCLUDE_UTILS=ON ^ | ||
| -DLLVM_INSTALL_UTILS=ON ^ | ||
| -DLLVM_USE_SYMLINKS=OFF ^ | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See bea09a1 |
||
| -DLLVM_UTILS_INSTALL_DIR=libexec\llvm ^ | ||
| -DLLVM_BUILD_LLVM_C_DYLIB=ON ^ | ||
| -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly ^ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See d7a15d8