Thomas

Results 2 issues of Thomas

## Issue Checklist - [x] I am using NexT version 8.0 or later. - [x] I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT](https://theme-next.js.org/docs/troubleshooting.html). -...

I'm trying to build an instrumented clang according to the [doc](https://llvm.org/docs/HowToBuildWithPGO.html). Build command I use: ``` cmake -S llvm -B build_instr -G Ninja \ -DLLVM_TARGETS_TO_BUILD=host \ -DLLVM_ENABLE_PROJECTS='clang' \ -DLLVM_BUILD_INSTRUMENTED=IR \...