[clang] ce8ff3f - Remove clang/ModuleInfo.txt

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 16 00:11:26 PDT 2023


Author: Jonas Hahnfeld
Date: 2023-06-16T09:11:11+02:00
New Revision: ce8ff3facc637ae116f0d1c560a602b4dc939deb

URL: https://github.com/llvm/llvm-project/commit/ce8ff3facc637ae116f0d1c560a602b4dc939deb
DIFF: https://github.com/llvm/llvm-project/commit/ce8ff3facc637ae116f0d1c560a602b4dc939deb.diff

LOG: 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

Added: 
    

Modified: 
    

Removed: 
    clang/ModuleInfo.txt


################################################################################
diff  --git a/clang/ModuleInfo.txt b/clang/ModuleInfo.txt
deleted file mode 100644
index 4368ef067aead..0000000000000
--- a/clang/ModuleInfo.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file provides information for llvm-top
-DepModule: llvm 
-ConfigCmd:
-ConfigTest:
-BuildCmd:


        


More information about the cfe-commits mailing list