aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-ifs/llvm-ifs.cpp
diff options
context:
space:
mode:
authorAlex Brachet <abrachet@google.com>2022-10-06 05:16:13 +0000
committerAlex Brachet <abrachet@google.com>2022-10-06 05:16:13 +0000
commitd5090cd94a8f256c5721d4cc3e37413326aa3ab0 (patch)
treedcdcddda214da61fa928a65fb41a86995ba0ebd2 /llvm/tools/llvm-ifs/llvm-ifs.cpp
parent7cbc9206697e2e7ce0ae2c671c80133327631e7f (diff)
downloadllvm-d5090cd94a8f256c5721d4cc3e37413326aa3ab0.zip
llvm-d5090cd94a8f256c5721d4cc3e37413326aa3ab0.tar.gz
llvm-d5090cd94a8f256c5721d4cc3e37413326aa3ab0.tar.bz2
[llvm-driver] Add various tools to the llvm-driver
The llvm-driver, enabled with LLVM_TOOL_LLVM_DRIVER_BUILD combines many llvm executables into one to save overall toolchain size. This patch adds a few more llvm tools to the llvm-driver. Differential Revision: https://reviews.llvm.org/D135281
Diffstat (limited to 'llvm/tools/llvm-ifs/llvm-ifs.cpp')
-rw-r--r--llvm/tools/llvm-ifs/llvm-ifs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ifs/llvm-ifs.cpp b/llvm/tools/llvm-ifs/llvm-ifs.cpp
index 6082290..c682a22 100644
--- a/llvm/tools/llvm-ifs/llvm-ifs.cpp
+++ b/llvm/tools/llvm-ifs/llvm-ifs.cpp
@@ -376,7 +376,7 @@ static DriverConfig parseArgs(int argc, char *const *argv) {
return Config;
}
-int main(int argc, char *argv[]) {
+int llvm_ifs_main(int argc, char *argv[]) {
DriverConfig Config = parseArgs(argc, argv);
if (Config.InputFilePaths.empty())