================ Comment at: utils/check_cfc/check_cfc.py:274 @@ +273,3 @@ + + compile_command = list(arguments) + compile_command = ['-S' if x == '-c' else x for x in compile_command] ---------------- For this you can use clang's -via-asm-file. That way you don't have to worry about -mrelax-all.
http://reviews.llvm.org/D8723 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
