[PATCH] D56046: Output ELF files after ThinLTO is run.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 2 14:26:44 PST 2019
ruiu added inline comments.
================
Comment at: test/ELF/lto/obj-path.ll:12
+; RUN: llvm-nm %t4.o1 2>&1 | FileCheck %s -check-prefix=SYMBOLS
+; RUN: llvm-nm %t4.o2 2>&1 | FileCheck %p/Inputs/obj-path.ll -check-prefix=SYMBOLS
+
----------------
Can you also verify %t3 to make sure that lld outputs a correct output file even if obj-path is given?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56046/new/
https://reviews.llvm.org/D56046
More information about the llvm-commits
mailing list