[PATCH] D66443: [LifetimeAnalysis] Add [[gsl::Pointer]] to llvm::StringRef
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 02:49:32 PDT 2020
labath added a comment.
+1
builds with compilers which don't implement this attribute are basically useless. This should either be predicated on the compiler supporting this attribute, or -W(unknown-)attributes should be disabled in cmake.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66443/new/
https://reviews.llvm.org/D66443
More information about the llvm-commits
mailing list