search for: clagging

Displaying 11 results from an estimated 11 matches for "clagging".

Did you mean: lagging
2012 Jul 06
0
[LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
Konbanwa, Etani san, It might be clang driver issue. Move to cfe-dev. 2012/7/4 ETANI NORIKO <noriko-e at fc.ritsumei.ac.jp>: > I would like to ask you how to use Clang in cross-compile environment. My environment is as follows: > ------ > HOST: 32-bit Fedora 16 with Intel Core i7 > gcc/g++ compiler available > TARGET: 32-bit mips-typed linux > gnu gcc/g++ for
2019 Mar 08
2
Query about JIT
Dear llvm-dev list, Apologies if this list is not the right venue for this query - suitable redirection would be appreciated in that case. I have a JIT use case that I'd like to know the best way to implement using LLVM. I am looking to migrate from the existing native compilation option (Tiny C Compiler - TCC) for pLisp, a Lisp dialect and IDE. At present, the native compilation is done
2018 Apr 30
3
4.2.14 (or newer) support "Windows for Workgroups 3.1a"?
On Mon, Apr 30, 2018 at 05:04:29PM +0100, Rowland Penny via samba wrote: Hello Rowland. > I had to read this several times to understand it, then a few more > because I didn't believe it. Well. In the industrial environment you may find everything ranging from CPM-86 onwards... old things talk via RS-232 or 422, the LAN equipped are regarded as "modern". In general all are
2012 Jul 04
6
[LLVMdev] how to change a compiler from a host to a target in Clang's assembler and linker
Hi, I would like to ask you how to use Clang in cross-compile environment. My environment is as follows: ------ HOST: 32-bit Fedora 16 with Intel Core i7 gcc/g++ compiler available TARGET: 32-bit mips-typed linux gnu gcc/g++ for 32-bit mips-typed linux available ------ As Clang's option is "-c" in use, my programs are compiled and linked under a host
2019 Mar 12
2
Query about JIT
Hi Alexey, Thank you very much for your detailed reply, will look into the resources indicated. I'd like to avoid C++ if possible, let me see how it goes. Regards, Rajesh Jayaprakash On Tue 12 Mar, 2019, 6:35 PM Sachkov, Alexey, <alexey.sachkov at intel.com> wrote: > Hi Rajesh, > > If I understand correctly, libclang is a C interface to Clang features, > not LLVM. That
2005 Jun 05
5
A long digression on packages
...not that I don't like maintaining concord or think the functions are worthless, just that I am mildly embarrassed to be adding to the duplication of effort and unnecessary volume of packages. Feel free to comment upon this, although if you really want to rave, try it out on me first before clagging the list. Thanks for your attention. Jim
2005 Jun 05
5
A long digression on packages
...not that I don't like maintaining concord or think the functions are worthless, just that I am mildly embarrassed to be adding to the duplication of effort and unnecessary volume of packages. Feel free to comment upon this, although if you really want to rave, try it out on me first before clagging the list. Thanks for your attention. Jim
2018 Apr 30
0
4.2.14 (or newer) support "Windows for Workgroups 3.1a"?
On Mon, 30 Apr 2018 20:32:26 +0200 Andrea Baldoni via samba <samba at lists.samba.org> wrote: > On Mon, Apr 30, 2018 at 05:04:29PM +0100, Rowland Penny via samba > wrote: > > Hello Rowland. > > > I had to read this several times to understand it, then a few more > > because I didn't believe it. > > Well. In the industrial environment you may find
2018 Apr 30
7
4.2.14 (or newer) support "Windows for Workgroups 3.1a"?
Hello. I need to let Windows for Workgroup 3.11 clients (industrial machinery) connect to shares in the PDC samba Version 4.2.14-Debian. I started to be able to connect to shares exported by domain members windows professional (7, 10) machines (share permissions include "domain users"), after I added "lanman auth = yes" to PDC and updated the user password, though it's
2015 Oct 26
2
How to pass march flag to GCC Assembler arch64-linux-gnu-as
I am trying to build chromium and at this moment, They see some issues with internal one so recommended to use the flag -fno-integrated-as. Here is my exact build command (with -v and --save-temps): $ clang -Igen -I../../include -target aarch64-linux-gnu -march=armv8-a+crypto -fno-integrated-as --sysroot=./debian_jessie_arm64-sysroot -O2 -c MyFile.S -o MyFile.o -v --save-temps clang version
2005 Aug 15
3
[-mm PATCH 2/32] fs: fix-up schedule_timeout() usage
Description: Use schedule_timeout_{,un}interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also use helper functions to convert between human time units and jiffies rather than constant HZ division to avoid rounding errors. Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com> --- fs/cifs/cifsfs.c | 7 ++----- fs/cifs/connect.c