diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 10:53:51 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 10:53:51 -0800 |
commit | ec3eba770983ad300ca958db5764206924452b0b (patch) | |
tree | 7a2973cb11bd3b2786994a3b03a5c21f603e43ea | |
parent | 4e64f48eeb95355ad214afc1add81b9cb7222e1e (diff) |
add dependencies so code with exceptions (invoke/landingpad) but without an actual throw will still pull in the necessary stuff
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 354e5549..3f030489 100644 --- a/src/library.js +++ b/src/library.js @@ -4455,6 +4455,7 @@ LibraryManager.library = { terminate: '__cxa_call_unexpected', + __gxx_personality_v0__deps: ['llvm_eh_exception', '_ZSt18uncaught_exceptionv', '__cxa_find_matching_catch'], __gxx_personality_v0: function() { }, |