solana icon indicating copy to clipboard operation
solana copied to clipboard

sdk/bpf/c: support asm files

Open riptl opened this issue 3 years ago • 3 comments

Problem

The BPF C SDK cannot compile asm (*.s) files.

Summary of Changes

Adds rules to bpf.mk to auto-detect *.s files and assemble them with clang.

Fixes #

riptl avatar Jun 25 '22 00:06 riptl

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Jul 10 '22 15:07 stale[bot]

@jstarry Sorry for the ping, could you help me check if the team has any interest in reviewing this PR? I'm not sure who is maintaining the C SDK.

riptl avatar Jul 10 '22 16:07 riptl

I'm not sure who is maintaining the C SDK.

I'm not sure either, maybe @dmakarov?

jstarry avatar Aug 08 '22 08:08 jstarry