[llvm-commits] [llvm] r131525 - /llvm/trunk/lib/MC/MCAsmStreamer.cpp

Charles Davis cdavis at mymail.mines.edu
Wed May 18 06:05:45 PDT 2011


On 5/17/11 11:39 PM, Duncan Sands wrote:
> Hi Charles,
> 
>> Implement the Win64 EH directive methods for the assembly language streamer.
>>
>> GAS has no such directives (not even mingw-w64 GAS has them), so I took
>> creative license with their names in assembly.
> 
> what about the native windows assembler (assuming there is such a thing...)?
I based my directives on the native Windows assembler--MASM. Last I
checked, LLVM doesn't support emitting assembly for MASM. (Would
somebody correct me on that if I'm wrong?)

Chip



More information about the llvm-commits mailing list