https://github.com/JuliaLang/julia
Revision 8e4221f676cc0cc242b93389b2f65084931e581c authored by Valentin Churavy on 10 January 2024, 02:47:02 UTC, committed by GitHub on 10 January 2024, 02:47:02 UTC
Current Status:

- [x] Self test of Julia-GCChecker :: `MissingRoots.c`
- [x] ASAN: `error: <unknown>:0: Cannot represent a difference across
sections`
- [x] x86_64-apple-darwin fails in ranges 
- [x] llvmpasses

---------

Co-authored-by: Gabriel Baraldi <baraldigabriel@gmail.com>
Co-authored-by: Prem Chintalapudi <prem.chintalapudi@gmail.com>
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
Co-authored-by: Tim Besard <tim.besard@gmail.com>
1 parent dceeafe
Raw File
Tip revision: 8e4221f676cc0cc242b93389b2f65084931e581c authored by Valentin Churavy on 10 January 2024, 02:47:02 UTC
Bump Julia to LLVM 16 (#51720)
Tip revision: 8e4221f
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.expmap
*.exe
*.dll
*.dwo
*.do
*.o
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.h.gen
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
/.buildkite

# Buildkite: Ignore the unencrypted repo_key
repo_key

# Buildkite: Ignore any agent keys (public or private) we have stored
agent_key*
back to top