Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

link arm32_v5 with LLD #208

Merged
merged 3 commits into from
Oct 4, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: cpp
matrix:
include:
# linux
- name: "ARCH=arm32_v5"
env: ARCH=arm32_v5
- name: "ARCH=arm32_v5 LD=ld.lld"
env: ARCH=arm32_v5 LD=ld.lld-10
- name: "ARCH=arm32_v6"
env: ARCH=arm32_v6
- name: "ARCH=arm32_v7 LD=ld.lld"
Expand All @@ -23,8 +23,8 @@ matrix:
# linux (cron only)
#
# linux-next (cron only)
- name: "ARCH=arm32_v5 REPO=linux-next"
env: ARCH=arm32_v5 REPO=linux-next
- name: "ARCH=arm32_v5 LD=ld.lld REPO=linux-next"
env: ARCH=arm32_v5 LD=ld.lld-10 REPO=linux-next
if: type = cron
- name: "ARCH=arm32_v6 REPO=linux-next"
env: ARCH=arm32_v6 REPO=linux-next
Expand Down Expand Up @@ -111,7 +111,7 @@ matrix:
if: type = cron
# linux with stable LLVM/Clang
- name: "ARCH=arm32_v5 LLVM_VERSION=9"
env: ARCH=arm32_v5 LLVM_VERSION=9
env: ARCH=arm32_v5 LD=ld.lld LLVM_VERSION=9
if: type = cron
- name: "ARCH=arm32_v6 LLVM_VERSION=9"
env: ARCH=arm32_v6 LLVM_VERSION=9
Expand Down