Anton Smirnov
Anton Smirnov
Yup, same issues here too. I've used ./ct-ng menuconfig to change the configuration to: * canadian cross * host "arm-androideabi" (and add it's bin from android ndk 21 exported as...
fixed by using isl version 0.15: > CT_ISL_VERSION="0.15"
fixed by increasing `MulticastSocket` send buffer (`RtpSocket.java`): ``` mSocket.setSendBufferSize(2 * 1024 * 1024); // 2 Mb is max for my impl ```
https://stackoverflow.com/questions/65715652/how-to-add-multiple-tasks-of-the-same-type-in-gradle
That's 1.0.6 regression - it works in 1.0.5
Any update or ETA on it? Workaround?
If i made an error in .ll code it shows me red error, so bitcode is processed. If i fix an error, output field becomes green but previous error text...
tested on chrome, mac osx maverics
No problem. Can you explain in brief, how can i compile *.js files from LLVM/Clang sources? I believe it's not just like git clone LLVM/Clang sources and run ./emconfigure ./emmake,...
ok i have finished emmake make (fixed all the "all-target" issues). i can't see any .bc files produced. what should i do after i finished emmake?