mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
add a zig-based elf linker test
This commit is contained in:
parent
9ba0103715
commit
65fd6e9e86
3 changed files with 150 additions and 1 deletions
|
@ -6,6 +6,9 @@ mod pe;
|
|||
#[cfg(test)]
|
||||
pub(crate) use pe::synthetic_dll;
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) use elf64::create_dylib_elf64;
|
||||
|
||||
pub(crate) use pe::APP_DLL;
|
||||
|
||||
pub fn generate(target: &Triple, custom_names: &[String]) -> object::read::Result<Vec<u8>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue