aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/Android.bp
blob: 9bac320fd62a6339a4b3beef2c0002bc8a7460ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_library_static {
    name: "libLLVMCore",
    defaults: [
        "llvm-lib-defaults",
    ],
    generated_headers: ["llvm-gen-core"],
    srcs: ["*.cpp"],
}

llvm_tblgen {
    name: "llvm-gen-core",
    in: "AttributesCompatFunc.td",
    outs: ["AttributesCompatFunc.inc"],
}