David Truby

Results 36 comments of David Truby

As regards the CI, I only ever intended the current github solution to be a stopgap until we merged and therefore could using the existing LLVM CI infrastructure. In addition...

> I am assuming the Readme.md file will be copied over. @peterwaller-arm has a suggestion for this in #908

> Here I am specifically talking about the readme that ends up in llvm-project. Oh I see, sorry I misunderstood what you meant. [I've opened a PR](#909) to reflect the...

@RichBarton-Arm is this complete?

Unfortunately I tried to reach out on their discourse (which seems to be the place to go for support) and didn't receive a reply, you can see my issue here:...

With regards to purchasing, github's built in CI (launched two weeks ago) allows "bring your own machine" configurations where you can provide your own machines to run the CI on....

@sscalpone I haven't had time to look at this recently, but it's something I think we have consensus on the mailing list that we should change. Perhaps we should change...

This issue also seems to prevent num-complex compiling in shader crates. I'd be interested in having a deeper look at this if it's possible to fix. I have a couple...

It tried naively to fix this myself (by just checking if the binary to run exists in the target nix directory, and using the one from the host if not)...

I think that fix isn't correct: that's what is introducing the `-D_GLIBCXX_USE_CXX11_ABI=0` that forces the old ABI. The problem with that is e.g. my `libLLVM.so` on my system is built...