[PATCH] D52202: [ELF] Use the Repl point to avoid the segfault when using ICF
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 18 03:51:23 PDT 2018
ruiu added inline comments.
================
Comment at: lld/test/ELF/icf18.s:1
+# RUN: yaml2obj %s -o %t.o
+# RUN: ld.lld --icf=all --emit-relocs %t.o -o /dev/null --print-icf-sections 2>&1 | FileCheck %s
----------------
This is not an assembly although the file extension is .s. Can you write this in assembly?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52202
More information about the llvm-commits
mailing list