Hi ports --
When trying to update flang, I get this message during `make configure':
CMake Error at /usr/local/lib/cmake/llvm/HandleLLVMOptions.cmake:14 (if):
Syntax error in cmake code at
/usr/local/lib/cmake/llvm/HandleLLVMOptions.cmake:14
when parsing string
lld-link\.exe
Invalid escape sequence \.
Call Stack (most recent call first):
CMakeLists.txt:164 (include)
-- Configuring incomplete, errors occurred!
Indeed, if I remove the \ from lld-link\.exe from
/usr/local/lib/cmake/llvm/HandleLLVMOptions.cmake then flang builds fine.
~Brian