[PATCH] D78358: Use llvm_library_add support for components in Polly
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 04:31:59 PDT 2020
serge-sans-paille added a comment.
In D78358#2008954 <https://reviews.llvm.org/D78358#2008954>, @Meinersbur wrote:
> I got a new warning when compiling with clang:
>
> In file included from /tmp/persistent/llvm-src/llvm/tools/llvm-config/llvm-config.cpp:51:
> tools/llvm-config/ExtensionDependencies.inc:7:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
> {"Polly", {"support", "core", "scalaropts", "instcombine", "transformutils", "analysis", "ipo", "mc", "passes", "linker", "irreader", "analysis", "bitreader", "mcparser", "object", "profiledata", "target", "vectorize", "PollyISL", "Polly",nullptr}}, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> { }
>
Should be fixed by 37309fb02f60557f18971dc575904c0fc56c91ab <https://reviews.llvm.org/rG37309fb02f60557f18971dc575904c0fc56c91ab>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78358/new/
https://reviews.llvm.org/D78358
More information about the llvm-commits
mailing list