[PATCH] D152995: Remove clang/ModuleInfo.txt

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 00:50:23 PDT 2023


Hahnfeld created this revision.
Hahnfeld added reviewers: rsmith, aaron.ballman.
Herald added a project: All.
Hahnfeld requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The script `build-for-llvm-top.sh` and LLVM's `ModuleInfo.txt` are gone since a long time (commit rGd20ea7dc59 <https://reviews.llvm.org/rGd20ea7dc5940f7321366dd1ba75484a4dd03abb6> 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152995

Files:
  clang/ModuleInfo.txt


Index: clang/ModuleInfo.txt
===================================================================
--- clang/ModuleInfo.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file provides information for llvm-top
-DepModule: llvm 
-ConfigCmd:
-ConfigTest:
-BuildCmd:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152995.531631.patch
Type: text/x-patch
Size: 252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230615/43297e19/attachment.bin>


More information about the cfe-commits mailing list