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:


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:
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to