mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 15:23:13 +01:00
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
llvmdc lib.d -c -g -dis
|
|
llvmdc app.d lib.bc -g -dis -ofapp
|