rnk added a comment.

I don't think this is the right fix, because now I think we get this behavior 
that we don't want:

  $ clang -E t.c -o t.i -Wa,-mbig-obj
  # no warning
  $ clang -E t.c -o t.i -Wa,-mbig-obj -fno-integrated-as
  clang: warning: argument unused during compilation: '-Wa,-mbig-obj' 
[-Wunused-command-line-argument]

If we can't make those behave the same, I think we should revert to fix the 
Linux build and silence the warning a different way.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64655/new/

https://reviews.llvm.org/D64655



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to