.clang-tidy for Linux OS and AVX2 detection improvement#132
Open
luadebug wants to merge 23 commits intoorange-cpp:mainfrom
Open
.clang-tidy for Linux OS and AVX2 detection improvement#132luadebug wants to merge 23 commits intoorange-cpp:mainfrom
luadebug wants to merge 23 commits intoorange-cpp:mainfrom
Conversation
Contributor
Author
|
It looks like examples were actually built but now it expects input that is impossible to provide... |
Contributor
Author
|
It looks like newest MinGW still expect experimental flag for std::print 13b81e7 |
Contributor
Author
|
I tried to use https://aur.archlinux.org/packages/libc++abi-msan but I did not encounter solution for MSan locally yet. |
Contributor
Author
|
Looks like this works for local msan.sh test, as long as I got rid of |
Contributor
Author
|
/gemini review |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1 Try to silence warnings.
2 Improve AVX2 detection,
3 Add .clang-tidy improvement and CMakeLists.txt integration.
4 Add missing link for MinGW.
5. Add /EHsc for clang-cl.exe
6. Add sanitizers and triplets, we need triplets to build vcpkg dependencies with sanitizers as well.
7. Add msan as well, since we build llvm with memory sanitizer support as done by another repos, zlib-ng, libavif.
8. Add .cmake-format and format cmakelists and .cmake files.