[PATCH] D52213: [OCaml] Add OCaml API for __cxa_demangle

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 18:46:39 PDT 2018


whitequark requested changes to this revision.
whitequark added a comment.
This revision now requires changes to proceed.

I'm not sure if this function has a place here. It's not a function provided by the LLVM API, and it's platform-specific. I think with this change it would not be possible to build the OCaml bindings under MSVC, for example.


Repository:
  rL LLVM

https://reviews.llvm.org/D52213





More information about the llvm-commits mailing list