Home | History | Annotate | Download | only in AArch64
      1 cc_library_static {
      2     name: "libmcldAArch64Target",
      3     defaults: ["mcld-defaults"],
      4     host_supported: true,
      5     srcs: [
      6         "AArch64CA53Erratum835769Stub.cpp",
      7         "AArch64CA53Erratum843419Stub2.cpp",
      8         "AArch64CA53Erratum843419Stub.cpp",
      9         "AArch64CA53ErratumStub.cpp",
     10         "AArch64Diagnostic.cpp",
     11         "AArch64ELFDynamic.cpp",
     12         "AArch64Emulation.cpp",
     13         "AArch64GOT.cpp",
     14         "AArch64LDBackend.cpp",
     15         "AArch64LongBranchStub.cpp",
     16         "AArch64PLT.cpp",
     17         "AArch64Relocator.cpp",
     18     ],
     19 }
     20 
     21 subdirs = ["TargetInfo"]
     22