mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -159,6 +159,7 @@ bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
|
||||
getVerboseAsm(),
|
||||
hasMCUseLoc(),
|
||||
hasMCUseCFI(),
|
||||
hasMCUseDwarfDirectory(),
|
||||
InstPrinter,
|
||||
MCE, MAB,
|
||||
ShowMCInst);
|
||||
|
||||
Reference in New Issue
Block a user