[PATCH] D96721: [WPD][lld] Test handling of vtable definition from shared libraries
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 00:32:00 PST 2021
MaskRay added inline comments.
================
Comment at: lld/test/ELF/lto/devirt_vcall_vis_shared_def.ll:40
+; RUN: ld.lld %t4.o %t5.so -o %t4 --lto-whole-program-visibility \
+; RUN: -mllvm -pass-remarks=. 2>&1 | FileCheck /dev/null --implicit-check-not single-impl --allow-empty
+
----------------
` FileCheck /dev/null ... --allow-empty` can be replaced by `count 0`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96721/new/
https://reviews.llvm.org/D96721
More information about the llvm-commits
mailing list