mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
3ab83ce133
ocamlfind ignores the predicates in this case, making the package unavailable for batch compilation as well. llvm-svn: 221136
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 = "."
|