[llvm-commits] [llvm] r142300 - in /llvm/trunk: include/llvm/MC/ include/llvm/Support/ include/llvm/Target/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/MC/ lib/MC/MCParser/ lib/Target/ lib/Target/PTX/ test/CodeGen/X86/ test/MC/AsmParser/ tools/llc/ tools/llvm-mc/

Duncan Sands baldrick at free.fr
Tue Oct 18 01:33:42 PDT 2011


Hi Nick, for the moment I've disabled this feature in dragonegg, which should
fix the dragonegg buildbots.

Ciao, Duncan.

>> Add support for a new extension to the .file directive:
>>
>>     .file filenumber "directory" "filename"
>>
>> This removes one join+split of the directory+filename in MC internals. Because
>> bitcode files have independent fields for directory and filenames in debug info,
>> this patch may change the .o files written by existing .bc files.
>
> I think this broke the dragonegg buildbots.  The assembler complains with
> messages like this:
>
> cc2Q7AFZ.s:6: Error: junk at end of line, first unrecognized character is `"'
>
> The line in question is
>
>           .file   1
> "/home/baldrick/osuosl/slave/dragonegg-i386-linux/dragonegg/utils" "TargetInfo.cpp"
>
> Ciao, Duncan.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list