search for: targerts

Displaying 5 results from an estimated 5 matches for "targerts".

2004 Mar 24
0
Re: [LLVMdev] Compilation problem with 1.2 release
...;t seen a reply to this on LLVM Dev, so I'm assuming it's been left unanswered. First, unless you want zlib and libpng as bytcode libraries, this error should not interfere with what you're doing (unless you're using the "make install" or "make install-bytecode" targerts, in which case use make -k to get over the errors). I imported these libraries because they're used by some of our favorite benchmarking programs. :) Second, I'm not sure why this is happening. My best guess is that the build works on our internal machines here at UIUC because we have na...
2004 Mar 22
2
[LLVMdev] Compilation problem with 1.2 release
Well, I compiled release but it gave error while making png library. The inclusion of zlib.h in the file png.h cannot locate file zlib.h. If you change the inclusion to include "../zlib/zlib.h" instead of just "zlib.h" in png.h then compilation succeeds. regards,
2004 Mar 22
2
[LLVMdev] Compilation problem with 1.2 release
Well, I compiled release but it gave error while making png library. The inclusion of zlib.h in the file png.h cannot locate file zlib.h. If you change the inclusion to include "../zlib/zlib.h" instead of just "zlib.h" in png.h then compilation succeeds. regards,
2016 May 25
0
running intrinsics from C code
GCCBuiltin just gives it a name for clang to lookup. Generally they match up with builtins that gcc also implements, but that's not a requirement. If you add a builtin with the same name to the builtin file in clang's include/clang/Basic/Builtins*.def then they will find each other. You can also just add a builtin to clang's builtin file and catch it in clang's
2016 May 25
2
running intrinsics from C code
I've created an intrinsic from my target, but I can't figure out how I can run it from a C code. Most of the targets have a GCCBuiltin and it looks like it is the way to execute an intrinsic from C code. However in my case there is no actual GCC built in. Any help on this is really appreciated. -- Rail Shafigulin Software Engineer Esencia Technologies -------------- next part