Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/clang: use llvm instead of binutils #1181

Merged
merged 21 commits into from
Jul 8, 2022
Merged

Commits on Oct 22, 2021

  1. build/clang: use llvm instead of binutils

    - use llvm toolchain with clang build
    - fix incompatible target for CLANG_ABIFLAGS
    - explicitly use $(CPP) for c preprocessor
    - rename CLANG to LLVM
    
    Signed-off-by: Paweł Jasiak <[email protected]>
    pj1031999 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    3f43866 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    9b23b1a View commit details
    Browse the repository at this point in the history
  2. Tab -> 2 spaces.

    cahirwpz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8c41ccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e87bb0 View commit details
    Browse the repository at this point in the history
  4. s/CLANG/LLVM/

    cahirwpz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f803671 View commit details
    Browse the repository at this point in the history
  5. Rename CLANG to LLVM in CI

    cahirwpz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a3b7e92 View commit details
    Browse the repository at this point in the history
  6. Call GNU ld directly!

    cahirwpz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    393114f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1a214d View commit details
    Browse the repository at this point in the history
  8. Use lld directly!

    cahirwpz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bb01970 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    112d5b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f58edb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Use of llvm-objcopy prevents kernel from being built.

     * The test checks external library libfdt which
       we consider to be well tested by its owners.
    cahirwpz committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    72a75b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879d2a2 View commit details
    Browse the repository at this point in the history
  3. Fix RISCV build.

    cahirwpz committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9f531b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    c03e518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562d598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5214c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e908246 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2df2e68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6a863d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbccf3d View commit details
    Browse the repository at this point in the history