mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
7158970d0d
ocamlfind ignores the predicates in this case, making the package unavailable for batch compilation as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221136 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
name = "llvm_@TARGET@"
|
|
version = "@PACKAGE_VERSION@"
|
|
description = "@TARGET@ Backend for LLVM"
|
|
requires = "llvm"
|
|
archive(byte) = "llvm_@TARGET@.cma"
|
|
archive(native) = "llvm_@TARGET@.cmxa"
|
|
directory = "."
|