about summary refs log tree commit diff
path: root/tests/codegen-llvm/sanitizer
AgeCommit message (Collapse)AuthorLines
2025-08-07Prevent name collisions with internal implementation detailsbjorn3-1/+1
The implementation of the linkage attribute inside extern blocks defines symbols starting with _rust_extern_with_linkage_. If someone tries to also define this symbol you will get a symbol conflict or even an ICE. By adding an unpredictable component to the symbol name, this becomes less of an issue.
2025-07-29Verify llvm-needs-components are not empty and match the --target valueDaniel Paoliello-11/+11
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-0/+2203