You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
380 B
10 lines
380 B
version = "11.0.0"
|
|
description = "@TARGET@ Backend for LLVM"
|
|
requires = "llvm"
|
|
directory(-llvm.static) = "shared"
|
|
archive(byte, -llvm.static) = "llvm_@TARGET@_shared.cma"
|
|
archive(native, -llvm.static) = "llvm_@TARGET@_shared.cmxa"
|
|
directory(llvm.static) = "static"
|
|
archive(byte, llvm.static) = "llvm_@TARGET@_static.cma"
|
|
archive(native, llvm.static) = "llvm_@TARGET@_static.cmxa"
|