mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 02:28:18 +00:00
Add missing declarations of explicit member specializations.
This should fix the build under -Wundefined-func-template and certain versions of GCC. llvm-svn: 365377
This commit is contained in:
parent
5de4692cc7
commit
4ce376cedc
@ -184,6 +184,9 @@ private:
|
||||
using CFGDomTree = CFGDominatorTreeImpl</*IsPostDom*/ false>;
|
||||
using CFGPostDomTree = CFGDominatorTreeImpl</*IsPostDom*/ true>;
|
||||
|
||||
template<> void CFGDominatorTreeImpl<true>::anchor();
|
||||
template<> void CFGDominatorTreeImpl<false>::anchor();
|
||||
|
||||
} // end of namespace clang
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user