aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-04 17:28:08 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-04 17:28:08 -0700
commitce8acc241ac5638f4c4914c05c6ff615cf3937eb (patch)
tree7dc98ef5985276174bc314a7fcd7526cbc65de41 /emcc
parentb1481dda9cd026d47eb1999dbde3ad34a0097c74 (diff)
dlopen+exceptions+asm is not supported yet
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/emcc b/emcc
index 93621a83..958ed7cd 100755
--- a/emcc
+++ b/emcc
@@ -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')