summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-13 17:22:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-13 17:22:49 +0000
commitd81866827ceacdb7ceca43b84434392e9c94f2ed (patch)
tree97135aa5824f295b6a6813246b06089afc3dfa70
parentc01ed862c88ea55d9a165f110411979b9ba6fd14 (diff)
downloadbcm5719-llvm-d81866827ceacdb7ceca43b84434392e9c94f2ed.tar.gz
bcm5719-llvm-d81866827ceacdb7ceca43b84434392e9c94f2ed.zip
Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16
AsmPrinter (in AsmPrinters.def). llvm-svn: 78922
-rw-r--r--llvm/Makefile.rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 5a5544cc21a..3f3019833f4 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -128,8 +128,11 @@ reconfigure:
$(ConfigStatusScript) --recheck $(ConfigureScriptFLAGS) && \
$(ConfigStatusScript)
+# FIXME: The PIC16/AsmPrinter line here is a hack to force a reconfigure to pick
+# up AsmPrinter changes. Remove it after a reasonable delay from 2009-08-13.
+
.PRECIOUS: $(ConfigStatusScript)
-$(ConfigStatusScript): $(ConfigureScript)
+$(ConfigStatusScript): $(ConfigureScript) $(LLVM_SRC_ROOT)/lib/Target/PIC16/AsmPrinter/Makefile
$(Echo) Reconfiguring with $<
$(Verb) cd $(PROJ_OBJ_ROOT) && \
if test -w $(PROJ_OBJ_ROOT)/config.cache ; then \
OpenPOWER on IntegriCloud