Changes in directory llvm/autoconf/m4:
sanity_check.m4 updated: 1.3 -> 1.4
---
Log message:
Fix a configure warning noticed by Duncan Sands.
---
Diffs of the changes: (+1 -0)
sanity_check.m4 |1 +
1 files changed, 1 insertion(+)
Index: llvm/autoconf/m4/sanity_check.m4
diff -u llvm/a
Changes in directory llvm/autoconf/m4:
sanity_check.m4 updated: 1.2 -> 1.3
---
Log message:
Expose the sanity.
---
Diffs of the changes: (+2 -0)
sanity_check.m4 |2 ++
1 files changed, 2 insertions(+)
Index: llvm/autoconf/m4/sanity_check.m4
diff -u llvm/autoconf/m4/sanity_check.m4:1.
Changes in directory llvm/autoconf/m4:
sanity_check.m4 updated: 1.1 -> 1.2
---
Log message:
For PR678: http://llvm.cs.uiuc.edu/PR678 :
* Make it possible to pass a fourth argument to the CHECK_PROGRAM_SANITY
macro that controls whether a non-sane program generates an error or
a warning.
-