build: Add initial cut at LLVMBuild.txt files.
[oota-llvm.git] / lib / Target / PTX / PTXAsmPrinter.cpp
index 733744bbd08bf4bcb4e22f0806b9a2fc402fa22c..b2aa7b27edbb0eeb539082859f31e6f6fa4fbf4a 100644 (file)
@@ -535,7 +535,7 @@ unsigned PTXAsmPrinter::GetOrCreateSourceID(StringRef FileName,
   Entry.setValue(SrcId);
 
   // Print out a .file directive to specify files for .loc directives.
-  OutStreamer.EmitDwarfFileDirective(SrcId, Entry.getKey());
+  OutStreamer.EmitDwarfFileDirective(SrcId, "", Entry.getKey());
 
   return SrcId;
 }
@@ -594,4 +594,3 @@ extern "C" void LLVMInitializePTXAsmPrinter() {
   RegisterAsmPrinter<PTXAsmPrinter> X(ThePTX32Target);
   RegisterAsmPrinter<PTXAsmPrinter> Y(ThePTX64Target);
 }
-