mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
formatting
This commit is contained in:
parent
c4b8a6e8f2
commit
b000f3819a
2 changed files with 11 additions and 15 deletions
|
@ -86,13 +86,9 @@ pub fn build_module<'a, 'r>(
|
|||
x86_64::X86_64WindowsFastcall,
|
||||
>(env, TargetInfo::default_x86_64(), interns, layout_interner);
|
||||
build_object(
|
||||
procedures,
|
||||
backend,
|
||||
Object::new(
|
||||
BinaryFormat::Coff,
|
||||
Architecture::X86_64,
|
||||
Endianness::Little
|
||||
),
|
||||
procedures,
|
||||
backend,
|
||||
Object::new(BinaryFormat::Coff, Architecture::X86_64, Endianness::Little),
|
||||
)
|
||||
}
|
||||
Triple {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue