OSDN Git Service

android: AMDGPU: Separate R600 and GCN TableGen files
[android-x86/external-llvm.git] / Android.bp
index 2caeb5d..1d2adc7 100644 (file)
@@ -140,13 +140,16 @@ cc_library_headers {
 llvm_tblgen {
     name: "llvm-gen-attributes",
     in: "include/llvm/IR/Attributes.td",
-    outs: ["llvm/IR/Attributes.gen"],
+    outs: ["llvm/IR/Attributes.inc"],
 }
 
 llvm_tblgen {
     name: "llvm-gen-intrinsics",
     in: "include/llvm/IR/Intrinsics.td",
-    outs: ["llvm/IR/Intrinsics.gen"],
+    outs: [
+        "llvm/IR/IntrinsicEnums.inc",
+        "llvm/IR/IntrinsicImpl.inc",
+    ],
 }
 
 force_build_llvm_components_defaults {