I have one problem recently. Klang can translate Objective-C into C ++ using -rewrite-objc. Therefore, I think the first step. clang compiles Objective-C in C ++. And then compilation can only use the C ++ compiler. This is true? clang first convert Objective-C to C ++ with runTime and then compile with machine code?
objective-c-runtime clang
rogerjiang
source share