Open
Description
Hi,
While testing 13.0.1-rc2 on macOS I ran into this test error:
FAIL: Flang :: Runtime/no-cpp-dep.c (31518 of 91780)
******************** TEST 'Flang :: Runtime/no-cpp-dep.c' FAILED ********************
Script:
--
: 'RUN: at line 8'; /Users/tobias/code/llvm-releases/13.0.1/rc2/Phase2/Release/llvmCore-13.0.1-rc2.install/usr/local/bin/clang -std=c90 /Users/tobias/code/llvm-releases/13.0.1/rc2/llvm-project/flang/test/Runtime/no-cpp-dep.c -I/Users/tobias/code/llvm-releases/13.0.1/rc2/llvm-project/flang/runtime /Users/tobias/code/llvm-releases/13.0.1/rc2/Phase3/Release/llvmCore-13.0.1-rc2.obj/lib/libFortranRuntime.a -o /dev/null
--
Exit Code: 1
Command Output (stderr):
--
ld: library not found for -lSystem
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
--
This doesn't look critical - so I didn't add it into the 13.0.1 blocker column yet - but let us know if it should be fixed before release.