You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to invoke LDC to output NaCl. I didn't expect it to work; I expect the NaCl Clang is built with Google patches?
Tried it anyway, passing -mtriple=le32-unknown-nacl: Error: unable to get target for 'le32-unknown-nacl', see -version and -mtriple.
No surprise. What would it take to support NaCl output from LDC?
Does it just need to be built against an LLVM with Google's patches?
The text was updated successfully, but these errors were encountered:
I tried to invoke LDC to output NaCl. I didn't expect it to work; I expect the NaCl Clang is built with Google patches?
Tried it anyway, passing
-mtriple=le32-unknown-nacl:Error: unable to get target for 'le32-unknown-nacl', see -version and -mtriple.No surprise. What would it take to support NaCl output from LDC?
Does it just need to be built against an LLVM with Google's patches?
The text was updated successfully, but these errors were encountered: