[LLVMdev] linux build fix
Óscar Fuentes
ofv at wanadoo.es
Fri May 17 09:39:53 PDT 2013
Tátrai Antal <tatraian at deverto.com> writes:
> I tried to compile revision 182096 of compile-rt on linux. An include
> missied. I attached the patch and changelog.
>
> by:
> Antal Tatrai
>
>
>
> Index: lib/sanitizer_common/sanitizer_platform_limits_posix.cc
> ===================================================================
> --- lib/sanitizer_common/sanitizer_platform_limits_posix.cc (revision 182096)
> +++ lib/sanitizer_common/sanitizer_platform_limits_posix.cc (working copy)
> @@ -18,6 +18,7 @@
>
> #include "sanitizer_internal_defs.h"
> #include "sanitizer_platform_limits_posix.h"
> +#include "sanitizer_platform_limits_posix.h"
This patch duplicates the previous #include.
Apart from that, the most correct place for submitting patches is either
the llvm-commits mailing list or the bug database.
More information about the llvm-dev
mailing list