[PATCH] D36551: [mips] Show warning in case of mixing -mlong-calls and -mabicalls options
    Simon Dardis via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug 10 02:26:21 PDT 2017
    
    
  
sdardis added inline comments.
================
Comment at: include/clang/Basic/DiagnosticDriverKinds.td:296-297
+def warn_drv_unsupported_longcalls : Warning<
+  "ignoring '-mlong-calls' option as it cannot be used with "
+  "%select{|the implicit usage of }0-mabicalls">,
+  InGroup<OptionIgnored>;
----------------
"as it is not currently supported with "
I think is better, as we currently don't support mixing the options but could do in the future.
Repository:
  rL LLVM
https://reviews.llvm.org/D36551
    
    
More information about the cfe-commits
mailing list