Hi ports --
I am trying to update flang to llvm-10.
When I try to configure flang, I get this error:
Call Stack (most recent call first):
/usr/local/lib/cmake/llvm/LLVMProcessSources.cmake:69 (find_all_header_files)
/usr/local/lib/cmake/llvm/AddLLVM.cmake:419 (llvm_process_sources)
/usr/local/lib/cmake/llvm/AddLLVM.cmake:704 (llvm_add_library)
/usr/ports/pobj/llvm-10.0.0/llvm-10.0.0.src/lib/Testing/Support/CMakeLists.txt:4
(add_llvm_library)
-- Configuring incomplete, errors occurred!
Looking at CMakeErrors.log, this is the culprit:
CheckSymbolExists.c:2:10: fatal error: 'os/signpost.h' file not found
#include <os/signpost.h>
^~~~~~~~~~~~~~~
1 error generated.
I believe this is a macOS header file from XCode.
I don't know enough CMake-fu to create a proper diff. But hopefully
this helps.
~Brian