diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-07-10 14:46:22 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-07-10 16:45:12 -0700 |
commit | 355dbb2bd9da25cf7cd048262ded459ba5f3d45b (patch) | |
tree | 051aa22f5860556b22d1cfe53eb8f3c17ac84843 /src/library.js | |
parent | 21219605712237c385b6dfe1a3efced6aedf347d (diff) |
build libcxxabi exception.cpp; 1.21.3
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/library.js b/src/library.js index 5a420cc3..1efc936c 100644 --- a/src/library.js +++ b/src/library.js @@ -4092,12 +4092,6 @@ 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() {}, - _ZNKSt9exception4whatEv__deps: ['malloc'], _ZNKSt9exception4whatEv: function() { if (!__ZNKSt9exception4whatEv.buffer) { |