Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • third_party
  • update-llvm-10.sh
Find file
BlameHistoryPermalink
  • Ben Clayton's avatar
    Add script for updating llvm 10 · 088add4e
    Ben Clayton authored Mar 25, 2020
    Upstream llvm now lives in a mono-repo along with clang, libc, lldb and a whole bunch of other projects (~90k files at time of writing).
    SwiftShader only requires the llvm project from this repo, and does not wish to pull in everything else.
    
    This script performs the following:
     * The llvm10-clean branch is fetched and checked out.
     * A sparse checkout of the llvm project is made to a temporary directory.
     * The third_party/llvm-10.0/llvm is replaced with the latest LLVM version.
     * This is committed and pushed.
     * The original branch is checked out again, and a merge from llvm10-clean to
       the original branch is made.
    
    Bug: b/152339534
    Change-Id: I75a7bf9e3f4deb7cbf6ff3f7f9428f07b8422800
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/42968Tested-by: 's avatarBen Clayton <bclayton@google.com>
    Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
    088add4e
update-llvm-10.sh 3.19 KB
EditWeb IDE
×

Replace update-llvm-10.sh

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.