[clang] [clang] Fix loss of `dllexport` for exported template specialization (PR #93302)

Andrew Ng via cfe-commits cfe-commits at lists.llvm.org
Fri May 24 07:48:21 PDT 2024


nga888 wrote:

> Does the test exercise both modified paths? I'm guessing it only exercises GetOrCreateLLVMFunction, but I'm not a codegen expert.

Only 1 path is "exercised" but I believe neither path of the removed code was exercised previously and no other tests are affected by the code removal.

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


More information about the cfe-commits mailing list