Evan McKinney

Results 12 comments of Evan McKinney

I got the same error again now on Mac 10.12.6

Yes I am running build.sh from the root of the repo. CMake 3.21.2.

Yes, there are more files. I zipped what was contained in `llvm/utils/benchmark/src` [src_zip.zip](https://github.com/epiqc/ScaffCC/files/7131420/src_zip.zip)

A simple test added into CMakeList.txt ``` FILE(GLOB BENCHMARK_MAIN "benchmark_main.cc") message("My test's benchmark_main: ${BENCHMARK_MAIN}") ``` returns empty when running ./build.sh. The error is that FILE(GLOB) is never returning anything thus...

Including the flag to turn benchmarks off, I now have a new flurry of error messages. I appreciate the help! The errors look like `CMake Error at cmake/modules/AddLLVM.cmake:1566 (add_dependencies): The...

Sorry to keep getting stuck. `ninja opt clang LLVMScaffold` returns `ninja: error: unknown target 'opt'` I'm just excluding 'opt' and will see if that lets me pass the regression test...

> Could you try to follow the directions here: https://llvm.org/docs/GettingStarted.html, and try to run the CMake step? This runs fine. > You could also try to add "add_llvm_tool_subdirectory(opt)" to llvm/tools/CMakeLists.txt....

Hi @HandyKurniawan I don't think this repo is maintained anymore - and I didn't do a good job with this pull request either :) I think the change you need...

![image](https://user-images.githubusercontent.com/47376937/228927989-bcd988f6-9b52-43ce-a627-367182914937.png)