Simplify handling of --noexecstack by using getNonexecutableStackSection.
[oota-llvm.git] / utils / count / Makefile
index 8de076a8803b0161081e6410e58fcfa1f6f007bb..2a955e66679f0a27c2a80925254623ea1d7d9d00 100644 (file)
@@ -14,7 +14,7 @@ USEDLIBS =
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
 
 include $(LEVEL)/Makefile.common