http://llvm.org/bugs/show_bug.cgi?id=18891
Saleem Abdulrasool <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Saleem Abdulrasool <[email protected]> --- This is not an LLVM bug. IAS properly indicates that an unexpected token was passed into the stream. The Linux kernel specifically injects a marker "->" which is invalid assembly. They use this as a marker for an awk script. The proper solution here is to use the -fno-integrated-as that was added for scenarios like this. Marking this as fixed (as opposed to invalid) as we did add the option to accommodate this. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
