[PATCH] D14554: [LTO] Add option to emit assembly and bitcode from LTO CodeGen
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 16:12:13 PST 2015
joker.eph added a comment.
The llvm-lto changes seems unrelated to the ability to write ASM from LTOCodeGenerator right? This could be committed separately.
================
Comment at: test/LTO/X86/llvm-lto-output.ll:12
@@ +11,3 @@
+; RUN: llvm-objdump -d %t2 | FileCheck --check-prefix=ASM %s
+; ASM: main:
+;
----------------
pcc wrote:
> Will the asm look like this on every architecture? I think so, but it may be safest to specify a target explicitly.
Especially since the test is in the "X86" folder. I'd expect an X86 triple at least.
http://reviews.llvm.org/D14554
More information about the llvm-commits
mailing list