[PATCH] D91583: [LTO] Prevent devirtualization for symbols exported to dynamic linker
    Teresa Johnson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 27 13:52:57 PST 2021
    
    
  
tejohnson added inline comments.
================
Comment at: lld/test/ELF/lto/devirt_vcall_vis_export_dynamic.ll:101
+;; Index based WPD
+; RUN opt -relocation-model=pic -o %t5.o %s
+; RUN: ld.lld %t5.o -o %t5.so -shared
----------------
MaskRay wrote:
> 
Woops, good catch. I was testing the cases one at a time and missed fixing all the RUN lines again.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91583/new/
https://reviews.llvm.org/D91583
    
    
More information about the llvm-commits
mailing list