add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20

This commit is contained in:
Alon Zakai 2014-02-24 14:31:47 -08:00
Родитель ae764ac73f
Коммит cd3e0b2cee
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -4584,6 +4584,7 @@ LibraryManager.library = {
// Destructors for std::exception since we don't have them implemented in libcxx as we aren't using libcxxabi.
// These are also needed for the dlmalloc tests.
_ZNSt9exceptionD0Ev: function() {},
_ZNSt9exceptionD1Ev: function() {},
_ZNSt9exceptionD2Ev: function() {},