[PATCH] Check Compile Flow Consistency tool (check_cfc.py)

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Tue Mar 31 10:14:07 PDT 2015


================
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/






More information about the cfe-commits mailing list