| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gn build: Unbreak get.py and gn.py on Windows | Nico Weber | 2019-03-08 | 1 | -1/+2 |
| | | | | | | | | | | | | `os.uname()` doesn't exist on Windows, so use `platform.machine()` which returns `os.uname()[4]` on non-Win and (on 64-bit systems) "AMD64" on Windows. Also use `sys.platform` instead of `platform` to check for Windows-ness for the file extension in gn.py (get.py got this right). Differential Revision: https://reviews.llvm.org/D59115 llvm-svn: 355693 | ||||
| * | gn build: Set executable bit on get.py | Nico Weber | 2019-01-30 | 1 | -0/+0 |
| | | | | | llvm-svn: 352659 | ||||
| * | gn build: Add get.py script to download prebuilt gn, make gn.py run ↵ | Nico Weber | 2019-01-28 | 1 | -0/+63 |
| downloaded gn if gn is not on PATH Prebuilts are available for x86_64 Linux, macOS, Windows. The script always pulls the latest GN version. Differential Revision: https://reviews.llvm.org/D57256 llvm-svn: 352420 | |||||

