Skip to content

Conversation

@jmmartinez
Copy link
Contributor

This is a follow-up of #3399 .

After #3399, we do not need to run llvm-as, we can directly consume the textual llvm-ir representation.

This patch profits from this to clean this pattern in the test:

RUN: llvm-as %s -o %t.bc
RUN: llvm-spirv %t.bc ...

And replaces it by

RUN: llvm-spirv %s ...

Since now llvm-spirv can consume textual llvm-ir, remove this pattern
from the tests:

```
llvm-as %s -o %t.bc
llvm-spirv %t.bc ...
```
@jmmartinez jmmartinez force-pushed the read_bitcode_followup branch from b333636 to 356a522 Compare October 22, 2025 07:20
@MrSidims MrSidims merged commit 57c254d into KhronosGroup:main Oct 22, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants