-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
exclude path in scan build #137
Comments
Yeah, it has been implemented in 2018: |
mmitche
pushed a commit
to mmitche/llvm-project
that referenced
this issue
Aug 3, 2022
* Align LLVM_EXTERNALIZE_DEBUGINFO behaviours on Linux w/ Darwin * Ensure LLVM_EXTERNALIZE_DEBUGINFO goes to bin/ not foo/bar/ * Strip Linux/Mac binaries during install * Externalize debug info on Mac/Linux * Use .dwarf on Mac and .dbg on Linux, mirroring runtime repo norms * Add LLVM_EXTERNALIZE_DEBUGINFO_FLATTEN, which can do flat dSYM * Use flat debug symbol format on Mac * Add LLVM_EXTERNALIZE_DEBUGINFO_INSTALL, for installing debug symbols * Ensure debug symbols are installed to InstallRoot * Install debug symbols in .symbols.nupkg * Use arch-specific objcopy/strip on Linux. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
skatrak
added a commit
to skatrak/llvm-project
that referenced
this issue
Aug 13, 2024
llvm#137) This patch updates the LLVM IR translation pass to expect the new "hoisted omp.parallel" representation for `distribute parallel do`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forgive me if this issue has already been addressed.
I found an old bug report from 2015 while i was searching for a way to exclude a given path(s) from a scan-build report.
Here is a link to the existing bug report: https://bugs.llvm.org/show_bug.cgi?id=22594#c4
Please let me know if you need more information
The text was updated successfully, but these errors were encountered: