Issue |
127427
|
Summary |
Failed Build with Ninja on version 19.1.17
|
Labels |
new issue
|
Assignees |
|
Reporter |
CooperCorad
|
Working on an M2 MacBook Sonoma 14.5
Built using the following commands:
`cmake -S llvm -B build -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug -DLLVM_USE_LINKER=lld`
`ninja -C build check-llvm`
Gives me the following failed tests:
`Failed Tests (11):
LLVM :: BugPoint/attr-crash.ll
LLVM :: BugPoint/crash-narrowfunctiontest.ll
LLVM :: BugPoint/func-attrs-keyval.ll
LLVM :: BugPoint/func-attrs.ll
LLVM :: BugPoint/invalid-debuginfo.ll
LLVM :: BugPoint/metadata.ll
LLVM :: BugPoint/named-md.ll
LLVM :: BugPoint/remove_arguments_test.ll
LLVM :: BugPoint/replace-funcs-with-null.ll
LLVM :: BugPoint/retain-crashing-metadata.ll
LLVM :: BugPoint/unsymbolized.ll`
and error codes:
`FAILED: test/CMakeFiles/check-llvm /Users/coco/cs/llvm-project/build/test/CMakeFiles/check-llvm
cd /Users/coco/cs/llvm-project/build/test && /opt/homebrew/Frameworks/Python.framework/Versions/3.13/bin/python3.13 /Users/coco/cs/llvm-project/build/./bin/llvm-lit -sv /Users/coco/cs/llvm-project/build/test
ninja: build stopped: subcommand failed.`
All required software are at or above the minimum required versions & it was a fresh (depth=1) clone of the repo. Any help would be appreciated! Happy to provide more information as needed.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs