[llvm] [DirectX] Annotate interfaces for DLL export (PR #165914)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 31 12:57:44 PDT 2025


================
@@ -90,7 +90,6 @@ LLVM_ABI void initializeDSELegacyPassPass(PassRegistry &);
 LLVM_ABI void initializeDXILMetadataAnalysisWrapperPassPass(PassRegistry &);
 LLVM_ABI void initializeDXILMetadataAnalysisWrapperPrinterPass(PassRegistry &);
 LLVM_ABI void initializeDXILResourceBindingWrapperPassPass(PassRegistry &);
-LLVM_ABI void initializeDXILResourceImplicitBindingLegacyPass(PassRegistry &);
----------------
bogner wrote:

Yeah, it's not really removing it. This is also declared (correctly) in internal DirectX headers and shouldn't be here in the public header at all.

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


More information about the llvm-commits mailing list