[PATCH] D128771: [ThinLTO][test] Add tests for emitting files in-process
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 09:33:21 PDT 2022
tejohnson added inline comments.
================
Comment at: llvm/test/ThinLTO/X86/emit-inprocess-files.ll:7
+; Generate bitcode files with summary, as well as minimized bitcode without
+; the debug metadata for the thin link.
+; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.bc
----------------
Also, this comment isn't quite right - the minimized bitcode is not just minus the debug metadata. It is without any of the IR other than the minimal symbol info needed for the summary. Better to just say "as well as minimized bitcode containing just the summary"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128771/new/
https://reviews.llvm.org/D128771
More information about the llvm-commits
mailing list