Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-llvm: Commit

external/llvm


Commit MetaInfo

Révisiond6ff8aed4f34d86228e553e97ff9f9d40eb6d538 (tree)
l'heure2018-09-08 16:29:44
AuteurMauro Rossi <issor.oruam@gmai...>
CommiterMauro Rossi

Message de Log

android: Add a Microsoft Demangler.

Reference: 42e40ea33e ("Add a Microsoft Demangler.")

Change Summary

Modification

--- a/Android.bp
+++ b/Android.bp
@@ -229,6 +229,7 @@ cc_library_shared {
229229 "libLLVMBitWriter",
230230 "libLLVMBitReader",
231231 "libLLVMPasses",
232+ "libLLVMDemangle",
232233
233234 // post static libraries
234235 "libLLVMLTO",
--- /dev/null
+++ b/lib/Demangle/Android.bp
@@ -0,0 +1,7 @@
1+cc_library_static {
2+ name: "libLLVMDemangle",
3+ defaults: [
4+ "llvm-lib-defaults",
5+ ],
6+ srcs: ["*.cpp"],
7+}
Afficher sur ancien navigateur de dépôt.