[PATCH] D61797: [crt] Use -std=c11 for crtbegin.o/crtend.o
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 12:17:17 PDT 2019
phosek added a comment.
In D61797#1498367 <https://reviews.llvm.org/D61797#1498367>, @thakis wrote:
> lgtm, but shouldn't we set this globally for all projects?
I've noticed that builtins use C11 (https://github.com/llvm/llvm-project/blob/master/compiler-rt/lib/builtins/CMakeLists.txt#L575) so I've done the same here. I'm fine unifying this but I'd prefer to do it in a followup.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61797/new/
https://reviews.llvm.org/D61797
More information about the llvm-commits
mailing list