[PATCH] D29445: LTO: add a code-model flag
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 10:26:46 PST 2017
pcc added a comment.
I believe that in both linkers we can just write `Config->CodeModel = CMModel;` which would use the existing flag in CommandFlags.h.
Repository:
rL LLVM
https://reviews.llvm.org/D29445
More information about the llvm-commits
mailing list