[PATCH] D87047: [clang] Add command line options for the Machine Function Splitter.

Snehasish Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 10 12:31:36 PDT 2020


snehasish updated this revision to Diff 291063.
snehasish added a comment.

Check warning, specify target to avoid failures on windows.

- Added a check for warning emitted if no profile is provided.
- Added a triple for the remaining checks since we now emit an error for incompatible targets.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87047

Files:
  clang/docs/ClangCommandLineReference.rst
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/BackendUtil.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGen/split-machine-functions.c
  clang/test/Driver/fsplit-machine-functions.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87047.291063.patch
Type: text/x-patch
Size: 7240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200910/65ff4d97/attachment-0001.bin>


More information about the cfe-commits mailing list