[PATCH] D129009: [LTO] Fix LTO for aliased IFuncs
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 1 23:34:46 PDT 2022
MaskRay added inline comments.
================
Comment at: llvm/test/LTO/Resolution/X86/alias-indirect-function-lto.ll:1
+; RUN: opt -module-summary -o %t.bc %s
+
----------------
Testing a command does not crash does not make good use of the test. Please check basic properties. And add a file-level comment about the purpose.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129009/new/
https://reviews.llvm.org/D129009
More information about the cfe-commits
mailing list