Andrew Litteken
Andrew Litteken
Are you running `build.sh` from the root of the repository? What version of CMake are you using? The docker container is not yet up to date unfortunately.
Are there any files in `llvm/utils/benchmark/src` besides `CMakeLists.txt`? And can you put that file in the thread? I haven't been able to replicate this bug.
I'm not sure what the problem is, but a potential workaround, add this to the end of the command line invocation at line 58 of `build.sh`: -DLLVM_INCLUDE_BENCHMARKS=OFF
You're right that I think something is up with FILE(GLOB ...) but that's unfortunately not really something we can control, and that aspect of the build system is in the...
I can't quite figure out why the build system isn't finding these items but add this in the same place you added the last flag: `-DLLVM_INCLUDE_TESTS=OFF` It'll just ignore the...
I'm not sure what's happening in this case. I think CMake is not able to find the directories it needs to be able to create these as sources. Could you...
> I've build the tool flow on various flavors of Mac, including from 10.13 to 11.5...I used homebrew/macports in different cases to build the supplementary tools like ninja. Interestingly I'm...
> This allowed me to run the command `ninja opt clang LLVMScaffold` however I still run into errors! :( I believe this error has something to do with the fact...