aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw/llvm
Commit message (Collapse)AuthorAgeFilesLines
* ci: MSYS2 job cleanupumarcor2020-12-281-24/+0
|
* msys2/llvm: use clang instead of gccumarcor2020-10-241-0/+2
|
* ci(msys2): define deps in PKGBUILD, cleanup run.shumarcor2020-06-171-9/+3
|
* ci(msys2): explicitly exiting is not required anymoreumarcor2020-05-221-1/+0
|
* rework 'version.tmp' (#1320)umarcor2020-05-201-0/+1
| | | | | | | | | * msys2: work around makepkg hanging at the end of build() * ci: update actions/checkout to v2 * make: allow setting default description through GHDL_DESC * ci: ensure clean git describe on MSYS2
* msys2-mingw: build llvm with --static-link (tentatively fix ci)Tristan Gingold2020-01-121-1/+1
|
* Actions: add workflow 'push' (#1016)1138-4EB2019-11-211-0/+28
* use CC=clang to build C sources on macOS * actions: ensure that shared libs are in the PATH on windows * ci: add GitHub Actions 'push' workflow * ci: fix group labels * dist: add GRAY to ansi_color * ci: use same scripts for GHA and Travis