mirror of
https://github.com/AdaCore/llvm-ads.git
synced 2026-02-12 13:53:27 -08:00
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
478 B
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