Files
llvm-ads/README.md
Frederic Leger eb4674d450 Add license files
See https://gitlab.adacore-it.com/eng/shared/anod/-/issues/172+

As there is no license assertion for this repo, I will use the
generally used `Apache-2.0 WITH LLVM-exception` all other LLVM
components use.

Closes #5
2024-08-28 17:31:46 +02:00

478 B

llvm-ads: turn LLVM bitcode into Ada specs

Building

llvm-ads depends on LLVM. If you have LLVM installed, you can compile llvm-ads by invoking make in llvm-ads' source directory. The resulting executable will be located at bin/llvm-ads.

Using

./bin/llvm-ads /usr/local/cuda/nvvm/libdevice/libdevice.10.bc /tmp/libdevice.ads

License

This work is licensed under Apache-2.0 with LLVM-exception.

SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception