Rafael Espindola
698a5bdbba
Don't assume an empty stderr.
...
GuardMalloc can print info to stderr, causing these tests to fail.
Since FileCheck errors on empty inputs, just add a bit of dummy
data to make it happy.
llvm-svn: 203595
2014-03-11 18:25:33 +00:00
JF Bastien
d44807ca67
Fix datalayout test that I broke with my previous LinkModules warning improvement.
...
llvm-svn: 203011
2014-03-05 21:37:08 +00:00
Juergen Ributzka
95d11dee8b
Revert "Use count 0."
...
This reverts commit r202283, because when we use GuardMalloc the test will fail
due to additional output to std err.
llvm-svn: 202341
2014-02-27 03:10:10 +00:00
Rafael Espindola
b556fcbdb5
Use count 0.
...
Thanks to Roman Divacky for the suggestion.
llvm-svn: 202283
2014-02-26 17:57:35 +00:00
Rafael Espindola
ae593f1563
Compare DataLayout by Value, not by pointer.
...
This fixes spurious warnings in llvm-link about the datalayout not matching.
Thanks to Zalman Stern for reporting the bug!
llvm-svn: 202276
2014-02-26 17:02:08 +00:00