[PATCH] D77484: [Vector] Pass VectLib to LTO backend so TLI build correct vector function list
George Rimar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 03:13:19 PDT 2020
grimar added inline comments.
================
Comment at: lld/ELF/Options.td:491
HelpText<"Sample profile file path">;
+def lto_vector_library: J<"lto-vector-library=">,
+ HelpText<"Vector functions library">;
----------------
You need to update the documentation either (`lld/docs/ld.lld.1`)
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