mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 08:57:43 +08:00
76667c768eadded distutils because "spawn" was used, which I then removed in268a4b0a45. I removed it as part of removing all uses of distutils in llvm-project, tracked in #54337. Python has removed distutils in its latest versions. Distutils was not being installed in the docker image but just mentioned in a commented out line. I think this line was leftover from when it was reformated into the multi-line command above. So I'm removing the whole line and relocating the comments a bit.