This commit fixes using functions in IRObjectFile to load bitcode from
wasm objects by recognizing the file magic for wasm and also inheriting
the default implementation of classifying sections as bitcode.
Details
Details
- Reviewers
sbc100 - Commits
- rG2a68573a3550: Enable finding bitcode in wasm objects
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh dear sorry I'm still quite green on submitting patches to LLVM, so I'm not actually entirely sure what the build failure here means. Is that a transient CI issue or something that I need to address? (searching around for "No valid crumb was included in the request" doesn't seem to turn up much...)
Comment Actions
If you've tested locally I think that fine, I don't see any actionable information in that harbormaster error.
Comment Actions
Ok cool, thanks! I did test this out locally and it worked for use case, so on that front should be good to go!
I don't think I have commit access to LLVM though, would it be ok if you committed this for me?