[Clang/Support/Windows/Unix] Command lines created by clang may exceed the command...
[oota-llvm.git] / include / llvm / Support / Program.h
index 43302101e3e029f6289708a146e561d0546959d4..727864df2721e83d88ad3728bd32ffe561b0dcfe 100644 (file)
@@ -130,7 +130,7 @@ struct ProcessInfo {
 
   /// Return true if the given arguments fit within system-specific
   /// argument length limits.
-  bool argumentsFitWithinSystemLimits(ArrayRef<const char*> Args);
+  bool commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char*> Args);
 
   /// File encoding options when writing contents that a non-UTF8 tool will
   /// read (on Windows systems). For UNIX, we always use UTF-8.