Running ninja check-llvm fails like so:
[401/402] Running the LLVM regression tests FAIL: LLVM :: tools/gold/X86/strip_names.ll (31009 of 32927) ... Exit Code: 1 Command Output (stderr): -- /home/nathan/cbl/tc-build/llvm-project/llvm/test/tools/gold/X86/strip_names.ll:23:11: error: NONAME: expected string not found in input ; NONAME: @foo(i32) ^ <stdin>:6:18: note: scanning from here @GlobalValueName = global i32 0 ^ <stdin>:8:12: note: possible intended match here define i32 @foo(i32 %0) { ^ --
This appears to be missed by r367755 (git commit a009a60a917bc30940422bcef73f8270566d78db),
as running the script on it does not produce this diff and I do not know
enough about Python to fix it.
After this, the regression tests pass as expected.