[PATCH] D42446: [ThinLTO] Add a couple of more knobs to C API to control cache size.

Katya Romanova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 19:41:04 PST 2018


kromanova updated this revision to Diff 136219.
kromanova added a comment.
Herald added a reviewer: deadalnix.

Updated this patch to address Steven Wu's comments:

- Declared new interfaces in include/llvm-c/lto.h;
- Bumped LTO_API_VERSION;
- Documented the new APIs available since the new LTO_API_VERSION;
- Updated tools/lto/lto.exports (hopefully the order of the functions is not important, because I re-group them slightly).


Repository:
  rL LLVM

https://reviews.llvm.org/D42446

Files:
  include/llvm-c/lto.h
  include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
  test/ThinLTO/X86/cache.ll
  tools/llvm-lto/llvm-lto.cpp
  tools/lto/lto.cpp
  tools/lto/lto.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42446.136219.patch
Type: text/x-patch
Size: 7537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180228/4d6c1d76/attachment.bin>


More information about the llvm-commits mailing list