Skip to content

Commit

Permalink
Clarify that published pack files are aarch64 (but 'work' on x86)
Browse files Browse the repository at this point in the history
Clang binaries from the pack files will run on x86, with some performance penalty. Just wanted to note that.
  • Loading branch information
peterwaller-arm committed Nov 19, 2021
1 parent 5261e7d commit 68e0027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ bash ./link.sh --and-run clang --version
### x86-64
Requirements: `elfshaker`, `wget`, `git`, `docker`

Please note, that so far, moment packs are only published for aarch64 binaries.
However, these binaries can run under qemu with some performance impact. For
small code fragments, or some use cases, the impact may be tolerable.

Replace `YYYYMM` below with the month and year for which you wish to fetch builds.
```bash
mkdir -p manyclangs/elfshaker_data/packs manyclangs/bin
Expand Down

0 comments on commit 68e0027

Please sign in to comment.