[PATCH] D67763: [Clang FE] Recognize -mnop-mcount CL option

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 02:01:32 PDT 2019


jonpa updated this revision to Diff 221898.
jonpa marked 2 inline comments as done.
jonpa added a comment.

Use a new diag::err_opt_not_valid_without_opt value instead of "..._with_opt"


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

https://reviews.llvm.org/D67763

Files:
  include/clang/Basic/CodeGenOptions.def
  include/clang/Basic/DiagnosticCommonKinds.td
  include/clang/Driver/Options.td
  lib/CodeGen/CodeGenFunction.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/mnop-mcount.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67763.221898.patch
Type: text/x-patch
Size: 5295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190926/16421fd2/attachment.bin>


More information about the llvm-commits mailing list