mirror of
https://github.com/AdaCore/llvm-ads.git
synced 2026-02-12 13:53:27 -08:00
25.1
Resolve "Add license files to repo" Closes #5 See merge request eng/toolchain/llvm-ads!5
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
Description
Languages
C++
97.3%
Makefile
2.7%