1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Silence a -Wundefined-var-template build warning.

llvm-svn: 269534
This commit is contained in:
Craig Topper 2016-05-14 03:48:43 +00:00
parent 295b5775ee
commit 945d7827dc

View File

@ -60,6 +60,8 @@ protected:
ErrT Err;
};
template<typename ErrT> char ProfErrorInfoBase<ErrT>::ID;
inline const char *getHotSectionPrefix() { return ".hot"; }
inline const char *getUnlikelySectionPrefix() { return ".unlikely"; }