[llvm] r185894 - Make BinaryRef output correctly in case of empty data.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Aug 1 08:30:10 PDT 2013


> ==============================================================================
> --- llvm/trunk/unittests/Makefile (original)
> +++ llvm/trunk/unittests/Object/Makefile Mon Jul  8 19:54:46 2013
> @@ -1,4 +1,4 @@
> -##===- unittests/Makefile ----------------------------------*- Makefile -*-===##
> +##===- unittests/IR/Makefile -------------------------------*- Makefile -*-===##
>  #

Wrong header.

BTW, why do we include *- Makefile -*-? Editors know that a file name
Makefile is a Makefile, no? :-)

Cheers,
Rafael



More information about the llvm-commits mailing list