llvm-gcc
llvm-gcc Error:Incompatible plugin
I am new to llvm.When I try to compile c programs using llvm-gcc i get following error: $ llvm-gcc test.c[详细]
2023-03-20 03:50 分类:问答Compilation issue when using blocks with LLVM GCC 4.2
I wrote a gist a while ago: https://gist.github.com/611157. It compiled and worked ok. I came back to it recently and it no longer complied.[详细]
2023-03-16 07:29 分类:问答Internal compiler error: Bus error with LLVM GCC 4.2 compiler
When I am trying to test my application on device with default compiler setting, LLVM GCC 4.2, its giving me \"Internal compiler error: Bus error\", but it is working OK with GCC 4.2 and LLVM compiler[详细]
2023-03-10 11:12 分类:问答LLVM GCC 4.2 EXC_BAD_ACCESS
Below code runs just fine on GCC 4.2 but fails with EXC_BAD_ACCESS in LLVM GCC 4.2 - (double_t)readDouble{[详细]
2023-03-07 02:18 分类:问答Build throwing error "Command ... llvm-gcc-4.2 failed with exit code 1"
Here\'s the log from the build. This is a brand new project in Xcode 4, so the only non-regular things in it are as follows:[详细]
2023-03-02 00:28 分类:问答How to I make an iPad app compile on a device using LLVM GCC?
I have my application set up to use the LLVM GCC 4.2 in Target>Build Settings under Compiler Version and it worked for the simulator.[详细]
2023-02-21 00:43 分类:问答Tool for gcc GIMPLE modification?
I need to add to gcc support of an OpenMP-like (directive) language. I know it is possible to dump GIMPLE code and then \"undump\" it and continue compilation. I want to modify the dumped DIMPLE to ad[详细]
2023-02-14 06:39 分类:问答Calling LLVM bitcode function in LLVM 2.8
I\'m trying to read and call a function parsed from LLVM bitco开发者_开发知识库de in LLVM 2.8. I have everything working apart from the actual call, which crashes the program.[详细]
2023-02-05 16:32 分类:问答llvm-gcc std::allocator bug?
The code: #include <vector> #include <stack> using namespace std; class blub {}; class intvec : public std::vector<int, std::allocator<int> >, public blub {};[详细]
2023-01-25 10:54 分类:问答Are llvm-gcc and clang binary compatible with gcc? - particularly mingw gcc on Windows
If I build a static library with llvm-gcc, then link it with a program compiled using mingw gcc, will the result work?[详细]
2023-01-07 02:47 分类:问答
加载中,请稍侯......