Displaying 6 results from an estimated 6 matches for "isnasm".
Did you mean:
ismasm
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
...t should be MSVC specific then ?
>>>
>>> Sure, but presumably you want to differentiate between nasm and masm (if
>>> they are not compatible) right?
>>
>> Right
>
> Then you need something more specific than 'isWindows'. I'd suggest,
> isNASM and isMASM.
'for' rather than 'is'
forMSVC ? There is more to it than that :(
I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN32' if it
is actually needed.
Aaron
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...ron Gray wrote:
>>>> Sure, but presumably you want to differentiate between nasm and masm (if
>>>> they are not compatible) right?
>>>
>>> Right
>>
>> Then you need something more specific than 'isWindows'. I'd suggest,
>> isNASM and isMASM.
>
> 'for' rather than 'is'
Yeah sorry.
> forMSVC ? There is more to it than that :(
> I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN32' if it is
> actually needed.
I'll leave this to you and jeffc to hash out. I'll p...
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...gt;>>
>>> Maybe it should be MSVC specific then ?
>>
>> Sure, but presumably you want to differentiate between nasm and masm (if
>> they are not compatible) right?
>
> Right
Then you need something more specific than 'isWindows'. I'd suggest,
isNASM and isMASM.
>>>> 5. I notice that the stuff you are controlling enables/disables the exact
>>>> same stuff as needed for cygwin. Will this change in the future?
>>>
>>> Same as Cygwin, so MSVC++ build, gas generated code, can be run on gas.
>>...
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
...y you want to differentiate between nasm and
>>>>> masm (if they are not compatible) right?
>>>>
>>>>
>>>> Right
>>>
>>>
>>> Then you need something more specific than 'isWindows'. I'd
>>> suggest, isNASM and isMASM.
>>
>>
>> 'for' rather than 'is'
>
>
> Yeah sorry.
>
>> forMSVC ? There is more to it than that :(
>> I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN32'
>> if it is actually needed.
>
>
>...
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
>>> 1. Please send patches instead of full files. The best way to do this
>>> 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.
>>
>> Okay, I will do this in future, our posts crossed so I have not done that
>> for the MASM backend. I will
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...masm (if they are not compatible) right?
>>>>>
>>>>>
>>>>>
>>>>> Right
>>>>
>>>>
>>>>
>>>> Then you need something more specific than 'isWindows'. I'd
>>>> suggest, isNASM and isMASM.
>>>
>>>
>>>
>>> 'for' rather than 'is'
>>
>>
>>
>> Yeah sorry.
>>
>>> forMSVC ? There is more to it than that :(
>>> I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN3...