You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All c compilers and assemblers (8/6/5) should be able to record proper file names in
symbol table on windows. Current implementation does not emit drive letter, nor does it
handle files on drive other then current. Also, it should be able to record absolute
network path as in \\server\share\dir\file.
See http://code.google.com/p/go/source/detail?r=999a0b4b090e for go compiler
implementation.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: