llvm
Clang / LLVM Header Include Issue (Ubuntu)
I\'m working on getting LLVM and clang installed with Ubuntuand try to compile some tutorial code from here - http://www.cs.bgu.ac.il/~mirskyil/CsWiki/Blogs/Post_Mirskyil_4c83cc1f85da2[详细]
2023-03-28 00:04 分类:问答LLVM Compiler 2.0 bug?
When the following code is compiled with LLVM Compiler, it doesn\'t operate correctly. (i doesn\'t increase.)[详细]
2023-03-27 20:48 分类:问答Mono to Emscripten
Mono has a LLVM compiler. Is there anyway to use it with Emscrip开发者_高级运维ten (compile C# code to JavaScript)?There is currently no out of the box way to do this. It might be possible, but it wou[详细]
2023-03-27 13:03 分类:问答LLVM assembly: call a function using varargs
I want to define a function in LLVM assembly that takes as argument: an identifier to a sub-function a vararg[详细]
2023-03-27 08:21 分类:问答How can I figure out what "target" an object file/module is compiled for on Mac OS Lion (e.g. "x86_64-apple-darwin11.0")?
I\'m trying to compile some code for OS X Lion and I\'m running into problems with linking the object files and l开发者_运维百科ibraries.I get this error:[详细]
2023-03-26 11:00 分类:问答Translation of machinecode into LLVM IR (disassembly / reassembly of X86_64. X86. ARM into LLVM bitcode)
I would like to translate X86_64, x86, ARM executables into LLVM IR (disassem开发者_JAVA技巧bly).[详细]
2023-03-26 10:13 分类:问答What's a good PPC based >MACHINE< for profiling code for in-order processors
I know that older Macs have PPC processors in them, which is perfect, but whic开发者_如何学Ch specific models are suitable for dropping a linux distribution onto? I\'ve not used a Mac in over 10 years[详细]
2023-03-25 23:14 分类:问答Actionscript3 to LLVM to ? (Reverse Alchemy)
I\'ve been wonderin开发者_运维知识库g if it\'s possible to change the backend of the LLVM implementation from ARM to something else for instance C or C++? Currently Adobe uses a Actionscript3 frontend[详细]
2023-03-25 02:37 分类:问答Xcode 4/LLVM 3.0 -- make it a little smarter about "no known instance method for selector" errors?
The following code is perfectly safe, yet Xcode 4 gives me an error for it: if ([self respondsToSelector: @selector(foo)])[详细]
2023-03-25 01:09 分类:问答Xcode 4.2 + c++0x/libc++ cannot find iostream
I\'m using Macbook 1g, Snow Leopard. Few days ago i installed xcode 4.2 and made a test project for c++0x.[详细]
2023-03-24 09:14 分类:问答