[clang] [Driver] Add support for -export-dynamic which can match GCC behavior. (PR #72781)

dong jianqiang via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 23 03:56:53 PST 2023


dongjianqiang2 wrote:

> export-dynamic

In that case, we have got to change `-exxx` to `-e xxx`, and `-export-dynamic` to `-rdynamic`. LGTM, and it follows GCC's official documented spec : )

https://github.com/llvm/llvm-project/pull/72781


More information about the cfe-commits mailing list