From cd3e0b2ceef728c27745d1e7f5d6b95671bcaf04 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 24 Feb 2014 14:31:47 -0800 Subject: [PATCH] add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20 --- src/library.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/library.js b/src/library.js index 91d5f9259..7c74ddbbc 100644 --- a/src/library.js +++ b/src/library.js @@ -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() {},