aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/LibDriver/LibDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/LibDriver/LibDriver.h')
-rw-r--r--include/llvm/LibDriver/LibDriver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/LibDriver/LibDriver.h b/include/llvm/LibDriver/LibDriver.h
index 99c783c95cb6..aaaa7b7d21c3 100644
--- a/include/llvm/LibDriver/LibDriver.h
+++ b/include/llvm/LibDriver/LibDriver.h
@@ -15,9 +15,11 @@
#ifndef LLVM_LIBDRIVER_LIBDRIVER_H
#define LLVM_LIBDRIVER_LIBDRIVER_H
+#include "llvm/ADT/ArrayRef.h"
+
namespace llvm {
-int libDriverMain(int argc, const char **argv);
+int libDriverMain(llvm::ArrayRef<const char*> ARgs);
}