Add support for passing -main-file-name all the way through to
authorEric Christopher <echristo@gmail.com>
Tue, 18 Dec 2012 00:31:01 +0000 (00:31 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 18 Dec 2012 00:31:01 +0000 (00:31 +0000)
commit6c583141bf6b7a6b5f8125c1037ecbc089813288
tree7e22b30849a5a15a044a3423d0e8df884992ceea
parent2318ba16ef4414eec4bc43eaf6e0703c40e1c580
Add support for passing -main-file-name all the way through to
the assembler.

Part of PR14624

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170390 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/Support/SourceMgr.h
lib/MC/MCContext.cpp
lib/MC/MCParser/AsmParser.cpp
test/DebugInfo/X86/lit.local.cfg
test/DebugInfo/X86/main-file-name.s [new file with mode: 0644]
tools/llvm-mc/llvm-mc.cpp