[PATCH] D87636: [ThinLTO] add post-thinlto-merge option to -lto-embed-bitcode

Mircea Trofin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 14 14:43:09 PDT 2020


mtrofin added inline comments.


================
Comment at: clang/test/CodeGen/Inputs/start-lib2.ll:4
 
-declare void @bar()
-
-define void @foo() {
+define void @bar() {
   ret void
----------------
The message that this was copied from llvm/test/LTO/X86/Inputs/start-lib1.ll is incorrect - this is exactly start-lib2.ll. No idea how this was determined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87636



More information about the cfe-commits mailing list