ICT: Diary
D: 28 W: 05

< January 2026 >
Sun Mon Tue Wed Thu Fri Sat
 123
45678910
11121314151617
18192021222324
25262728293031

Based on notaweblog.php by joshua stein


searching for entries matching "llvm"…

tuesday, 9 january 2024
... GUI QMK keyboard configurator. ar Part of llvm ar is an archiver that can be used ...

monday, 13 may 2019
Janet Janet is a functional and imperative programming language. It is a LISP language. Running on OpenBSD was straight forward: git clone git@github.com:janet-lang/janet.git gmake gmake test gmake repl Added the following target to the Makefile to check which compiler was used: port:fred ~/code/git/janet> grep -A2 test-cc Makefile test-cc: $(CC) -v which showed that clang was used: port:fred ~/code/git/janet> gmake test-cc cc -v OpenBSD clang version 7.0.1 (tags/RELEASE_701/final) (based on LLVM 7.0.1) Target: amd64-unknown-openbsd6.5 Thread model: posix InstalledDir: /usr/bin Then I noticed that Janet was already ported to OpenBSD - but it was at v0.4.1 rather than v0.5.0 which was the stable version, so I mailed a diff to ports@openbsd.org. Janet

wednesday, 16 september 2015
... Is it time to play with avr-llvm ? arduino ...

monday, 6 april 2015
Kaledioscope This tutorial implements a language with LLVM as a tutorial. TypeError: undefined is not a function A missing ; (semi-colon) proved to be the cause of this error message. code

wednesday, 31 july 2013
... appear (be it a gcc fork, or an llvm fork, or something else), then OpenBSD ...

wednesday, 1 june 2011
... reading LLVM: here be dragons llvm ...


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $