|
|
|
|
|
by valarauca1
3549 days ago
|
|
>>>yes, C and C++ are more portable than LLVM C and C++ are more portable then their own compiler's backend? LLVM is clang/clang++'s assembler I get what your saying if you compile to C it can be more portable. But then you need to compile to some C standard. K&R C? ANSI C? C90? C99? C11? Why not have a compiler flag for each? What about embedded C? What companies embedded C? I can repeat this for C++ Compiling to C/C++ in a platform and standard agnostic way is impossible. |
|