[PATCH] D107988: [Linker] Import IFuncs

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 22:21:24 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/Linker/ifunc.ll:1
+; RUN: llvm-link %s %p/Inputs/ifunc.ll -S -o - | FileCheck %s
+
----------------
You can use `split-file %s %t` to avoid a oneshot temporary file under Inputs/

There are quite a few examples in llvm-project, e.g. in lld/test/ELF


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107988



More information about the llvm-commits mailing list