search for: fordarwin

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

2005 Jul 11
0
[LLVMdev] Mod for using GAS with MS VC++
...is is to use CVS like this: 'cvs diff -u' in the directory that you care about. You can also specify specific files to diff as well. 2. Please update to the latest CVS bits. 3. You need to invent a target triple for your new configuration. You'll notice that the forCygwin/forDarwin variables are set based on the target triple of the module... as you coded it, forWindows is only ever set if the t-t is empty. 4. The name forWindows isn't very specific, as there are multiple dev systems available on windows (including cygwin, mingw, masm, nasm, etc). Please...
2005 Jul 11
3
[LLVMdev] Mod for using GAS with MS VC++
Here is a mod to X86 that allows GAS to be used with MS Visual C++. I introduces a 'forWindows' variable like 'forCygwin' in th X86SharedAsmPrinter class. This may prompt thurther normalization, on the otherhand it may not :) Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jul 11
2
[LLVMdev] Mod for using GAS with MS VC++
...written but do not want to release yet. So I may have gotten out of sync here. I resync'ed and make the changes for the MASM Printer again earlier, but did not do diff's. > 3. You need to invent a target triple for your new configuration. You'll > notice that the forCygwin/forDarwin variables are set based on the > target triple of the module... as you coded it, forWindows is only > ever set if the t-t is empty. Right, presumably Wndows does not set the TT. Should Windows or MSVC++ have one ? If so how do I go about it. Maybe Jeff should be involved ? > 4. Th...
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...and how to > reintegrate changes that go cross purpose with stuff I already have written > but do not want to release yet. So I may have gotten out of sync here. Ok >> 3. You need to invent a target triple for your new configuration. You'll >> notice that the forCygwin/forDarwin variables are set based on the >> target triple of the module... as you coded it, forWindows is only >> ever set if the t-t is empty. > > Right, presumably Wndows does not set the TT. Should Windows or MSVC++ > have one ? If so how do I go about it. Maybe Jeff should be...
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
...as it is late now. > > Sounds good, thanks and sorry for the trouble. No problem, we need proper proceedure in place to avoid possible confusion. >>> 3. You need to invent a target triple for your new configuration. >>> You'll >>> notice that the forCygwin/forDarwin variables are set based on the >>> target triple of the module... as you coded it, forWindows is only >>> ever set if the t-t is empty. >> >> Right, presumably Wndows does not set the TT. Should Windows or MSVC++ >> have one ? If so how do I go about it. M...