These tests currently call -c which requires an assembler, and will fail if your target defaults to an external assembler that is not present in the test environment. It doesn't seem like the assembler is actually needed, so just change the test to use -S instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo