I'm getting undefined reference errors when I run code that was compiled with -O1 and clang 3.4. The code works when compiled with -O0, and also works natively without emscripten for all optimization levels. I'm using clang 3.4 instead of 3.3 because I need C++14 support.
Here are two functions that are giving me trouble, in both .js and .ll form: http://pastebin.com/raw.php?i=2tvLY9S2 The problem seems related to the readnone attribute. Any ideas? -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
