7.0.0-rc3 was just tagged (from branch revision r341805).
No further release candidates are currently planned, so this is a
release candidate in the real sense: unless any serious issues
surface, this is what the final release will look like.
Please run the test script, share your results and upload binaries.
Please also take a look at the release notes and other docs; small
changes to those are still welcome.
Please also take a look at the release notes and other docs; small
changes to those are still welcome.
I don't quite know what the criteria are for the release notes (sorry,
still pretty new here). It might be worthwhile to mention two additional
things - but I'm certainly biased:
- Support for profiling JITed code with perf (r337789)
- Expanding the OrcJIT APIs exposed to C so they can register event
listeners like debuggers and profilers (r333227, r333228, r333229, r333230)
Test results on i386-freebsd11 were slightly worse, due to a bunch of hanging lldb single step tests (these all seem to hang in the STOP state indefinitely, and so had to be killed off):
Building libqalculate on armv7hnl causes the compiler to barf. I
didn't get around to debugging this yet. Same package builds ok on all
other supported arches (aarch64, x86_64, i686).
7.0.0-rc3 was just tagged (from branch revision r341805).
No further release candidates are currently planned, so this is a
release candidate in the real sense: unless any serious issues
surface, this is what the final release will look like.
Please run the test script, share your results and upload binaries.
I'm sorry to write you, because I fear that I'm doing it wrong... or that it is nothing.
Yesterday I downloaded the LLVM7rc3 - with the files for LLVM, Clang, compiler-rt and LLD.
I used CMake to generate me a VisualStudio2017 solution. Compiling is no problem, but when running "Install" compiler-rt has some problems. I attach the output:
I take the problem is the line "88> "D:/Users/h16020/Desktop/Clang_LLVM/Source/LLVM7/CMake/$(Configuration)/lib/clang/7.0.0/lib/windows/clang_rt.builtins-x86_64.lib"." cause the value $(Configuration) was not replaced with "Release". I think that VisualStudio should do that... The files does exist by the way!
Ehm... So I have really no idea if this was helpful or not...But I though I should share it...
Can you please file a bug (blocking PR38406) with the preprocessed
source and invocation attached (/tmp/MathStructure-619267.cpp and
/tmp/MathStructure-619267.sh as mentioned in the output you linked
to)?
Did the same project build successfully with the previous release candidates?
I wasn't able to reproduce this (wasn't able to get the build to work
with msbuild at all actually), but as a work-around I suggest using
Ninja (https://ninja-build.org/) instead. It will also make your build
significantly faster.