[PATCH] D31218: [compiler-rt] build compiler-rt runtimes without LTO
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 15:40:48 PDT 2017
inglorion added a comment.
@rnk, thanks for taking a look. I have an alternative implementation that records which flags were added to enable LTO and provides functions to filter those out. That might lead to cleaner command lines. On the other hand, this is simpler and follows what we already do for SANITIZER_COMMON_FLAGS (in compiler-rt/CMakeLists.txt), so I decided to see what people think about this implementation, first.
https://reviews.llvm.org/D31218
More information about the llvm-commits
mailing list