Issue 98046
Summary [OpenMP] missing export for dynamic tracking patch on Linux
Labels new issue
Assignees doru1004
Reporter dcci
    After dynamic tracker landed, we started seeing some of these undefined symbols problems:

```
ld.lld: error: undefined symbol: __kmpc_dispatch_deinit
>>> referenced by <redacted>
```

https://github.com/llvm/llvm-project/pull/97419 fixes the problem for Windows, exporting the symbol in dllexport, but it doesn't for Linux. I think there should be an entry in the Linux counterpart.

@doru1004 -- what do you think?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to