Fix usage of changed function prototype
[oota-llvm.git] / tools / gccas / gccas.cpp
index 3fa0cfa7dd4d1bed214501da4bbfde681faa7721..dd8b8e0698498db4613ad007bd2a0ee311d0227f 100644 (file)
@@ -159,7 +159,7 @@ int main(int argc, char **argv) {
 
     // Make sure that the Out file gets unlinked from the disk if we get a
     // signal
-    sys::RemoveFileOnSignal(OutputFilename);
+    sys::RemoveFileOnSignal(sys::Path(OutputFilename));
   }