dexonsmith added inline comments.
================ Comment at: utils/libcxx/compiler.py:110-114 + if input_is_text: + if is_objcxx: + cmd += ['-x', 'objective-c++', '-fobjc-arc'] + else: + cmd += ['-x', 'c++'] ---------------- Do we need/want a way to choose between ARC and no-ARC? https://reviews.llvm.org/D33049 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits