[PATCH] D66405: [llvm-ifs] llvm Interface Stubs merging + object file generation tool.

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 11:12:29 PDT 2019


plotfi marked 3 inline comments as done.
plotfi added inline comments.


================
Comment at: llvm/test/tools/llvm-ifs/class-template-specialization.ifs:1
+# RUN: llvm-ifs -a=write-ifs -o - %s | FileCheck %s --check-prefixes=CHECK-IFS
+
----------------
compnerd wrote:
> Okay, I suppose that this is C++.  At the very least, emit a TBD to ensure that the user label prefix is handled correctly.
I think in the first version, TBD is experimental. Ideally any IFS generation for Darwin TBDs would have come from a .*-apple-.* triple of some sort where clang generated the correct name manglings. Otherwise, there'd need to be some kind of demangler-remangler at play (which also wouldn't work as we've discussed for win32 mangling).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66405/new/

https://reviews.llvm.org/D66405





More information about the llvm-commits mailing list