Files
DylanFleming-arm d682325961 [libc] Remove unused AOR_v20.02 directory (#185951)
As far as I am aware, AOR is no longer used anywhere within LLVM, as
most of the required code has since been ported to elsewhere within the
project.

Removes the entire directory, and updates some now outdated comments.
2026-03-12 10:14:04 -04:00
..

This folder contains resources needed to create a docker container for
llvm-libc buildbot worker.

Dockerfile: Sets up the docker image with all pre-requisites.

run.sh: Script to create and start buildbot worker with supplied password.

cmd to build the docker container:
```
docker build -t llvm-libc-buildbot-worker .
```

cmd to run the buildbot:
```
docker run -it llvm-libc-buildbot-worker <passwd>
```