this is failing on linux hosts, force a triple.
[llvm/avr.git] / lib / Target / MSIL / README.TXT
blobd797c71fd39f07dad803194b9a7d1d89af308c32
1 //===---------------------------------------------------------------------===// 
3 Vector instructions support.
5 ShuffleVector
6 ExtractElement
7 InsertElement
9 //===---------------------------------------------------------------------===// 
11 Add "OpaqueType" type.
13 //===---------------------------------------------------------------------===// 
15 "switch" instruction emulation with CLI "switch" instruction.
17 //===---------------------------------------------------------------------===// 
19 Write linker for external function, because function export need to know 
20 dynamic library where function located.
22 .method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
23     void free(void*) preservesig {}