diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-04 17:28:08 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-04 17:28:08 -0700 |
commit | ce8acc241ac5638f4c4914c05c6ff615cf3937eb (patch) | |
tree | 7dc98ef5985276174bc314a7fcd7526cbc65de41 /emcc | |
parent | b1481dda9cd026d47eb1999dbde3ad34a0097c74 (diff) |
dlopen+exceptions+asm is not supported yet
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1125,6 +1125,9 @@ try: else: logging.debug('using response file for EXPORTED_FUNCTIONS, make sure it includes _malloc and _free') + if shared.Settings.ASM_JS and shared.Settings.DLOPEN_SUPPORT: + assert shared.Settings.DISABLE_EXCEPTION_CATCHING, 'no exceptions support with dlopen in asm yet' + ## Compile source code to bitcode logging.debug('compiling to bitcode') |