about summary refs log tree commit diff
path: root/src/tools/llvm-bitcode-linker
AgeCommit message (Collapse)AuthorLines
2025-02-16Pass through of target features to llvm-bitcode-linker and handling themkulst-2/+17
The .ptx version produced by llc can be specified by passing it with --mattr. Currently it is not possible to specify the .ptx version with -Ctarget-feature because these are not passed through to llvm-bitcode-linker and handled by it. This commit adds both. --target-feature and -mattr are passed with equals to mitigate issues when the value starts with a - (minus).
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-04-15Distribute LLVM bitcode linker as a preview componentKjetil Kjeka-4/+9
2024-03-11LLVM Bitcode Linker: Added crateKjetil Kjeka-0/+324