Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-llvm: 提交

external/llvm


Commit MetaInfo

修订版d6ff8aed4f34d86228e553e97ff9f9d40eb6d538 (tree)
时间2018-09-08 16:29:44
作者Mauro Rossi <issor.oruam@gmai...>
CommiterMauro Rossi

Log Message

android: Add a Microsoft Demangler.

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

更改概述

差异

--- 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