[PATCH] D67753: [gn build] Fix Python DeprecationWarning

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 05:54:33 PDT 2019


thakis requested changes to this revision.
thakis added a comment.
This revision now requires changes to proceed.

Hm, I'm trying to reproduce the warnings locally by adding `script_executable = "python3"` to llvm/utils/gn/.gn and doing a full build. Everything looks happy. I checked that out/gn/toolchain.ninja does indeed invoke python3 for python actions. What am I doing wrong? How do I reproduce these warnings?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67753/new/

https://reviews.llvm.org/D67753





More information about the llvm-commits mailing list