search for: utf8string

Displaying 8 results from an estimated 8 matches for "utf8string".

2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
...= { > "clang", > "-cc1", > "-triple", > "arm64-apple-ios7.0", > "-emit-llvm", > "-disable-free", > "-main-file-name", > [cppShortFile UTF8String], // "hw.cpp" > "-mrelocation-model", > "pic", > "-pic-level", > "2", > "-mdisable-fp-elim", > "-masm-verbose", > "-target-linker-version&q...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
Both Clang/LLVM 3.4 -> Clang/LLVM 3.5 And i will also try using MCJIT. 2014-09-17 18:56 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>: > Hi, Tim. > > I've used Clang 3.4 final release and now i'm going to test it with 3.5 > release (since i've read about arm64 improvements). > I will report my results. > > BTW, is it possible to get smth like
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
..."-cc1", >>> "-triple", >>> "arm64-apple-ios7.0", >>> "-emit-llvm", >>> "-disable-free", >>> "-main-file-name", >>> [cppShortFile UTF8String], // "hw.cpp" >>> "-mrelocation-model", >>> "pic", >>> "-pic-level", >>> "2", >>> "-mdisable-fp-elim", >>> "-masm-verbose&qu...
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
..."-triple", >>>>> "arm64-apple-ios7.0", >>>>> "-emit-llvm", >>>>> "-disable-free", >>>>> "-main-file-name", >>>>> [cppShortFile UTF8String], // "hw.cpp" >>>>> "-mrelocation-model", >>>>> "pic", >>>>> "-pic-level", >>>>> "2", >>>>> "-mdisable-fp-elim", &gt...
2011 Jun 20
0
[LLVMdev] C struct as function argument
Hello Michael, > The module dump suggests everything is right, i can see in the function call the struct with the values 10 and 25, but the function is only received the 10 for the x field, nothing for the y field.  Am I missing something? You're missing the Platform ABI. I assume you're on x86-64, then your struct (according to the ABI) should be passed in a single 64 bit register as
2011 Jun 20
3
[LLVMdev] C struct as function argument
I've been working on a wrapper for LLVM's C++ API to use from Objective-C for a scripting language I'm working on. I currently have an issue with passing arguments to a function that takes a struct argument. typedef struct _test_struct { int x; int y; } test_struct; id testLLVMStructFuncCall(test_struct x) { NSLog(@"%d %d",x.x,x.y); return N(x.x + x.y); }
2007 Jan 16
3
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
Hello all, I recently upgraded the libFLAC used in my application Max (http:// sbooth.org/Max/) to 1.1.3 and added preliminary support for album art. During the upgrade I evidently made some coding mistakes with interesting results. I've combed everything over and can't quite see the problems. I've become somewhat frustrated because my code didn't really change
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...e build Jeremy C. Reed (2): Add some more support for DragonFly. From Joerg Sonnenberger Update for support on NetBSD and DragonFly. From Jeremy Huddleston (74): Darwin: Dead code removal, Code cleanup, Added launcher Darwin: Really add launcher this time Darwin: Use UTF8String since lossyCString is deprecated Darwin: Removed .svn dir Darwin: Removed cvs tags from Xquartz man page Darwin: Misc cleanups to line up with xorg-server-1.2-apple Darwin: Copied over missing file (Localizable.strings) from xorg-server-1.2-apple Rootless: Pulled in ch...