Peter Waller

Results 54 comments of Peter Waller
trafficstars

My day went differently than I imagined so I didn't get much time to hack on this today, sorry. One issue I'd not considered much yet was what to do...

I have the exact use case. I'll pick this up if I'm not beaten to the punch, but it may still be Sept onwards before I get to it.

Yes, let's add `.`! Contributions welcome, or we might get around to this when we have time (but it might be months++). I'm quite nervous about allowing space, for the...

Another route would be to introduce 'elfshaker shake', (which is too tempting), which would write all the loose objects into the store. Then all the existing logic would work. This...

> You didn't say which ccache version you're using, but if it is (or was) 4.4 or 4.4.1 Good point! I was running a master branch of ccache, and it...

I tried to run the tests compiling against llvm-project master, but they didn't work for me. It can't find `FileCheck`. I included in my CMake configuration: ``` -DLLVM_EXTERNAL_LIT=/path/to/llvm/build/bin/llvm-lit -DLLVM_TOOLS_BINARY_DIR=/path/to/llvm/build/bin ```...

Note: The first iteration of `--driver-mode=fortran` has now landed in upstream clang: llvm/llvm-project@6bf55804924d5a1d902925ad080b1a2b57c5c75c.

Alex L posts a good argument for a merge commit on the mainline: http://lists.llvm.org/pipermail/llvm-dev/2019-December/137690.html To summarize: this will prevent the builders from trying to build all 2,700 commits, instead they...

> How much time will pass between the freezing of the existing f18 repository on github and the resumption of development in llvm-project? @klausler From the technical side I don't...