From ce2247755e56f99a2377b64a1a9d393726582b85 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Mon, 7 Jan 2008 01:30:38 +0000 Subject: Enabling the target-independent garbage collection infrastructure by hooking it up to the various compiler pipelines. This doesn't actually add support for any GC algorithms, which means it temporarily breaks a few tests. To be fixed shortly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45669 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/CodeGen/README.txt') diff --git a/lib/CodeGen/README.txt b/lib/CodeGen/README.txt index fc59cdf864..a05c08b128 100644 --- a/lib/CodeGen/README.txt +++ b/lib/CodeGen/README.txt @@ -187,3 +187,8 @@ revisited. The check is there to work around a misuse of directives in inline assembly. //===---------------------------------------------------------------------===// + +It would be good to detect collector/target compatibility instead of silently +doing the wrong thing. + +//===---------------------------------------------------------------------===// -- cgit v1.2.3