[llvm-commits] [gcc-plugin] r80497 - /gcc-plugin/trunk/TODO

Duncan Sands baldrick at free.fr
Sun Aug 30 08:39:43 PDT 2009


Author: baldrick
Date: Sun Aug 30 10:39:42 2009
New Revision: 80497

URL: http://llvm.org/viewvc/llvm-project?rev=80497&view=rev
Log:
Add note on teaching the plugin build system about
dependencies.

Modified:
    gcc-plugin/trunk/TODO

Modified: gcc-plugin/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/TODO?rev=80497&r1=80496&r2=80497&view=diff

==============================================================================
--- gcc-plugin/trunk/TODO (original)
+++ gcc-plugin/trunk/TODO Sun Aug 30 10:39:42 2009
@@ -27,3 +27,6 @@
 eliminate use of gcc's config.gcc script.  This also means that LLVM_TARGET_NAME
 could be defined from the Makefile rather than being specified in llvm-target.h.
 Maybe LLVM_TARGET_INTRINSIC_PREFIX could go too.
+
+Teach the build system that the plugin needs to be rebuilt if any of the bits of
+LLVM/gcc it depends on changes.





More information about the llvm-commits mailing list