[PATCH] D45275: Add support for LTO options

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 14:04:15 PDT 2018


ruiu added inline comments.


================
Comment at: lld/test/ELF/lto/Inputs/sample.prof:1
+
----------------
rdhindsa wrote:
> ruiu wrote:
> > What is this file? Is there any way to avoid checking in a binary file?
> This is the file for input profile to be used with sample-profile option. Here, it is an input to sample-profile.ll test. For now, it is empty as we just want to test the option.
If an empty file suffices, please use /dev/null instead of a real empty file.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45275





More information about the llvm-commits mailing list