[PATCH] D95053: [Demangle] Support demangling Swift calling convention in MS demangler.

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 13:54:39 PST 2021


compnerd accepted this revision.
compnerd added a subscriber: rnk.
compnerd added a comment.
This revision is now accepted and ready to land.

Perhaps @rnk has any thoughts, but this seems very straightforward.

Thanks for fixing this!



================
Comment at: llvm/test/Demangle/ms-mangle.test:342
+?swift_func@@YSXXZ
+; CHECK: void __attribute__((__swiftcall__))swift_func(void)
+
----------------
Would be nice if we can have a space after the attribute in the printed output.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95053



More information about the llvm-commits mailing list