aboutsummaryrefslogtreecommitdiff
path: root/build_odin.sh
Commit message (Expand)AuthorAgeFilesLines
* ci: update to LLVM 20 on MacOS and Linux CI and releasesLaytan2025-04-021-1/+1
* few llvm 20 changesLaytan Laats2025-03-191-5/+8
* fix duplicate linker warning on macosLaytan Laats2025-01-251-6/+6
* Merge branch 'odin-lang:master' into masteravanspector2025-01-061-2/+2
|\
| * add default -I and -L paths for OpenBSDDespereaux Polacre2025-01-021-2/+2
* | fix haikuavanspector2024-12-201-1/+1
|/
* Merge pull request #4440 from 0dminnimda/support_llvm19gingerBill2024-11-271-5/+8
|\
| * Update version in more places0dminnimda2024-11-021-1/+2
| * Fix a mistake in build_odin.sh0dminnimda2024-10-311-1/+1
| * Add support for llvm version 190dminnimda2024-10-311-4/+6
* | Fix: build_odin.sh always runs demo regardless of argumentSatoshi Soma2024-11-051-5/+9
|/
* Fix build for linux aarch64 architecturesMoritz2024-10-051-1/+1
* query brew for llvm-config location if possibleLaytan Laats2024-08-191-0/+8
* fix debug compiler build message not ending output with a newlineLaytan Laats2024-08-101-1/+1
* echo -> printf for build_odin.sh messageJeroen van Rijn2024-08-091-1/+1
* add debug build message and align more with build.batLaytan Laats2024-08-081-1/+6
* Don't copy LLVM shared object on LinuxJeroen van Rijn2024-08-071-1/+1
* Compile demo with -vet -strict-style.Jeroen van Rijn2024-07-101-1/+1
* darwin: fix sysroot retrieval for some systemsLaytan Laats2024-05-301-2/+2
* revert `$(llvm-config --bindir)/clang++` to get the cpp compilerLaytan Laats2024-05-261-1/+7
* Attempt to automatically resolve the sysroot on build_odin.sh on macOSHarold Brenes2024-05-161-1/+10
* Merge branch 'master' into netbsdAndreas T Jonsson2024-05-101-7/+9
|\
| * llvm-18: cleanupLaytan Laats2024-05-071-1/+1
| * llvm-18: fix linking the compiler with clang-18Laytan Laats2024-05-071-1/+1
| * llvm 18: general unix and darwin specificsLaytan Laats2024-05-071-7/+8
| * build: uses correct `clang++` binary for non-standard versionsSu3h7aM2024-05-031-1/+2
* | Merged with masterAndreas T Jonsson2024-05-021-5/+5
|\|
| * Fix wrong llvm-config in build script for FreeBSDFeoramund2024-04-261-5/+5
* | Initial commit of NetBSD portAndreas T Jonsson2024-04-161-0/+4
|/
* Use a POSIX-compliant equality operator.Muhammad2024-03-111-2/+2
* Merge pull request #3230 from avanspector/haikugingerBill2024-03-081-0/+5
|\
| * Get Odin to compile on HaikuSlendi2024-02-151-0/+5
* | reduce dynamic library dependencies for macos releaseLaytan Laats2024-02-291-2/+1
|/
* Add os.args to demo.Jeroen van Rijn2023-11-271-1/+1
* Check for llvm-config14 on unixevertonse2023-11-211-0/+2
* Fix Linux release pipeline which expects to bundle libLLVM*.sojcmdln2023-10-161-2/+5
* Remove [[ for POSIX shell supportjcmdln2023-10-151-2/+2
* Allow running in POSIX shellsjcmdln2023-10-141-2/+2
* Fix typo in GIT_SHA collectionjcmdln2023-10-141-1/+1
* Don't implicitly try 'llvm-config-14', try fallback or set LLVM_CONFIG; Resto...jcmdln2023-10-141-13/+13
* Hoist GIT_SHA discoveryjcmdln2023-10-141-5/+5
* Remove extra newlinesjcmdln2023-10-141-2/+0
* Ensure user defined LLVM_CONFIG is respectedjcmdln2023-10-141-7/+11
* Hunt for supported 'llvm-config' executablejcmdln2023-10-141-2/+18
* Fix typos in references to OS_ARCH, OS_NAMEjcmdln2023-10-141-2/+2
* Refactor to improve handling of LLVM_VERSION checksjcmdln2023-10-141-154/+52
* Fix MAX_LLVM_VERSION panic messagesjcmdln2023-10-121-2/+2
* Support LLVM >=17.0.1 on Darwin and Linuxjcmdln2023-10-111-2/+4
* Fix dropped "dev-" prefix from version tagHasan Yasin Ozturk2023-07-311-1/+1
* Set version date to commit date instead of build dateHasan Yasin Ozturk2023-07-311-4/+7