[llvm] r199147 - Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jan 13 14:13:52 PST 2014


> +; RUN: opt < %s
> +; XFAIL: *

It is probably better to:
* use 'not' instead of XFAIL
* use llvm-as instead of opt
* check the printed error message.

Thanks,
Rafael



More information about the llvm-commits mailing list