LeeTibbert

Results 665 comments of LeeTibbert

Re-opening, The merged partial fix gets me to the point where I can begin working on the failing individual tests. The overall direction is to run them only in CI....

If the proposal is considered, it should, of course, be Yet Another Toggle. Pity the poor soul who has to read the `.ll` form, but sometimes a person needs to...

I think LLVM 17 now has a option to package both bitcode (.bc) and .ll into the same file. No extra complexity & chance for error of de-compilation of .bc...

Eric, Thank you for your fast response. I was seeing silent success, with the wrong compiler, not "File Not Found". I have another Issue to create tonight and a reply...

Discover.scala ``` /** Use the clang binary on the path or via LLVM_BIN env var. */ def clang(): Path = { val path = discover("clang", "LLVM_BIN") checkClangVersion(path) path } ```...

@JD557 Thank you for the detailed macOS instructions. I almost always use the command line (rsh) not the GUI on that machine, so the pictures help. Whilst waiting for test-scripted...

@alexdupre Recently I put a list of tests that were broken for me on FreeBSD (as of Oct 15, 2023 or so) in your PR. I eventually fixed all of...

Yes, thank you for reporting this and giving a reproducer. Brings to mind my old Mother telling me that I should be careful about which neighborhoods I go walking in....

mpilquist Thank you for the info. It helps me size the problem. I _hate_ having to code around operating or device specific quirks when I am writing code. Very annoying....

@ekrich I believe that you have a long standing and continuing interest in this area. I believe there a number requests for your time these days. If you have time...