ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

travis: Use integrated assembler for RISCV #251

Closed nathanchance closed 4 years ago

nathanchance commented 4 years ago

This works fine and avoids the error in the issue below.

Closes: https://github.com/ClangBuiltLinux/linux/issues/967 Presubmit: https://travis-ci.com/github/nathanchance/continuous-integration/builds/157639008

nickdesaulniers commented 4 years ago

Huh, I remember @palmer-dabbelt using the integrated assembler; I guess I forgot to check for that when this went in. Easy fix now with #242 . Also, ironic that the first architecture for which we enable AS doesn't actually boot yet...