[PATCH] D77484: [Vector] Pass VectLib to LTO backend so TLI build correct vector function list

Rui Ueyama via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 5 22:25:11 PDT 2020


ruiu added inline comments.


================
Comment at: lld/ELF/Config.h:132
       callGraphProfile;
+  llvm::TargetLibraryInfoImpl::VectorLibrary VectLib;
   bool allowMultipleDefinition;
----------------
We name variables after their corresponding command line flags, so this should be `ltoVectorLibrary`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77484





More information about the cfe-commits mailing list