[llvm] [llvm] prepare explicit template instantiations in llvm/CodeGen for DLL export annotations (PR #140653)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Tue May 20 10:18:02 PDT 2025


================
@@ -32,12 +32,6 @@ class MachineFunction;
 class Module;
 class raw_ostream;
 
-template <>
-inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot(
-    MachineBasicBlock *MBB) {
-  this->Roots.push_back(MBB);
-}
----------------
compnerd wrote:

Was this multiply defined?

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


More information about the llvm-commits mailing list