apteryks
apteryks
Seems CMake was chosen based on what's in the development branch. I guess this "issue" can be closed.
> Note: We are intentionally building `LLVM` and `Clang` as static library to avoid conflict with other uses of the `LLVM` and `Clang` libraries (i.e. by keeping the usage as...
> Doesn't [root-project/cling#430](https://github.com/root-project/cling/issues/430) require a simpler fix by adding libSerialization to the list of linked libraries? That wouldn't be sufficient at least for linking to a shared library LLVM.so. When...
> libclangSerialization is not part of llvm but clang and won’t be part of llvm.so You're right, I answered too quickly. But rereading my original report I had managed to...
> > > For Guix purposes, ... > > > > > > For other purposes :) we should continue to make sure we can also build LLVM and CLANG...
> Are you building cling standalone or you are building root? Standalone.
> Standalone. If I may elaborate, this is what the Guix package definitions for Cling look like: ```scheme (define llvm-cling ;; To determine which version of LLVM a given release...
> Please think twice about your use-case before building as a shared library. You can get cling as a shared library through the [CppInterOp](https://github.com/compiler-research/CppInterOp) project. Is CppInterOp the future of...
Another test also appears to be non-deterministically failing; it seems it doesn't even start running (fails at initialization): ``` %exception # phase `check' failed after 19.4 seconds command "ruby" "-I"...
I can still reproduce this on the master branch: ``` # Running tests with run options --seed 42820: ...........E.............. Finished tests in 1.403279s, 18.5280 tests/s, 29.2173 assertions/s. Error: TestCommandsServe#test_: using...