Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-llvm: Commit

external/llvm


Commit MetaInfo

Revision7c44ad2305466c115d2440ad733163d23cf9dd66 (tree)
Time2019-09-22 21:35:49
AuthorMauro Rossi <issor.oruam@gmai...>
CommiterMauro Rossi

Log Message

android: Add a Microsoft Demangler.

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

Change Summary

Incremental Difference

--- 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+}
Show on old repository browser