[PATCH] D54279: wasm32: Respect `--no-mangle` in more locations in LLD

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 17:26:49 PST 2018


sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/wasm/cxx-mangling.ll:54
+; DEMANGLE-NEXT:         Locals:
+; DEMANGLE-NEXT:         Body:            410110828080800041011081808080000B
+; DEMANGLE-NEXT:   - Type:            CUSTOM
----------------
I think you can use `--check-prefixes=COMMON,DEMANGLE` in this case to avoid duplicating all the common stuff.

Other than that lgtm.


https://reviews.llvm.org/D54279





More information about the llvm-commits mailing list