https://bugs.llvm.org/show_bug.cgi?id=36147

            Bug ID: 36147
           Summary: [WASM] Make --allow-undefined-file allow wildcards in
                    symbols
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: c...@cjdns.fr
                CC: llvm-bugs@lists.llvm.org

This is a feature request based on the fact that the Emscripten style
setjmp/longjmp (
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp?view=markup&pathrev=280415
) in emits symbols beginning with '__invoke_' but with names which are
unpredictable so without the ability to pass `__invoke_*` as a symbol to
ignore, it's not possible to use this feature with lld.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to