1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[gn build] (manually) port 5e31e226b5: Use Py3 for the build

Made necessary by 20670ba440, the first Py3-only change.
This commit is contained in:
Nico Weber 2021-01-01 22:12:58 -05:00
parent 0ec4306d34
commit 853eb716ef

View File

@ -8,6 +8,9 @@ buildconfig = "//llvm/utils/gn/build/BUILDCONFIG.gn"
# whitelisting things here.
exec_script_whitelist = []
# Execute action() targets using Python 3.
script_executable = "python3"
# The normal GN setup is to have BUILD.gn files in-tree and a root BUILD.gn
# file. Since LLVM's GN build is unofficial, set secondary_source to tell GN
# that e.g. llvm/lib/Demangle/BUILD.gn is found at