mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-22 07:05:22 +02:00
Added initial support for raw LLVM inline asm.
This commit is contained in:
7
runtime/import/ldc/llvmasm.di
Normal file
7
runtime/import/ldc/llvmasm.di
Normal file
@@ -0,0 +1,7 @@
|
||||
module ldc.llvmasm;
|
||||
|
||||
pragma(llvm_inline_asm)
|
||||
template __asm()
|
||||
{
|
||||
void __asm(char[] asmcode, char[] constraints, ...);
|
||||
}
|
||||
Reference in New Issue
Block a user