ilinpv marked an inline comment as done. ilinpv added inline comments.
================ Comment at: compiler-rt/lib/builtins/cpu_model.c:1311 + // CPU features already initialized. + if (__aarch64_cpu_features.features) + return; ---------------- danielkiss wrote: > I'd add a init value for the declaration to be sure it is properly > initialised. I reply on __aarch64_cpu_features as global is guaranteed to be initialised to 0. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127812/new/ https://reviews.llvm.org/D127812 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits