From ce8ff3facc637ae116f0d1c560a602b4dc939deb Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Thu, 15 Jun 2023 09:39:20 +0200 Subject: [PATCH] Remove clang/ModuleInfo.txt The script build-for-llvm-top.sh and LLVM's ModuleInfo.txt are gone since a long time (commit d20ea7dc59 in November 2011), and llvm-top itself has even been removed from llvm-archive (it can be found here: https://github.com/llvm/llvm-archive/tree/cab7f8f160f0bd8d20d9a4036aa4083f2bc2740a/llvm-top ) so delete Clang's ModuleInfo.txt as well. Differential Revision: https://reviews.llvm.org/D152995 --- clang/ModuleInfo.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 clang/ModuleInfo.txt diff --git a/clang/ModuleInfo.txt b/clang/ModuleInfo.txt deleted file mode 100644 index 4368ef0..0000000 --- a/clang/ModuleInfo.txt +++ /dev/null @@ -1,5 +0,0 @@ -# This file provides information for llvm-top -DepModule: llvm -ConfigCmd: -ConfigTest: -BuildCmd: -- 2.7.4