[PATCH] D14554: [LTO] Add option to emit assembly and bitcode from LTO CodeGen
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 16:06:52 PST 2015
pcc accepted this revision.
pcc added a reviewer: pcc.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/LTO/X86/llvm-lto-output.ll:12
@@ +11,3 @@
+; RUN: llvm-objdump -d %t2 | FileCheck --check-prefix=ASM %s
+; ASM: main:
+;
----------------
Will the asm look like this on every architecture? I think so, but it may be safest to specify a target explicitly.
http://reviews.llvm.org/D14554
More information about the llvm-commits
mailing list