I assume you are not using fastcomp? When you say 3.3 was not recent enough, do you mean 3.3 release or the later 3.3 that is in fastcomp?
- Alon On Sat, Apr 19, 2014 at 4:08 PM, Pepe Paulson <[email protected]> wrote: > 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. > -- 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.
