[llvm] r205918 - Simple fix for build failures resulting from r205867.

Duncan P. N. Exon Smith dexonsmith at apple.com
Wed Apr 9 18:17:46 PDT 2014


On 2014 Apr 9, at 11:34, Bob Wilson <bob.wilson at apple.com> wrote:

> Author: bwilson
> Date: Wed Apr  9 13:34:45 2014
> New Revision: 205918
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=205918&view=rev
> Log:
> Simple fix for build failures resulting from r205867.
> 
> Modified:
>    llvm/trunk/lib/Target/ARM64/Utils/Makefile
> 
> Modified: llvm/trunk/lib/Target/ARM64/Utils/Makefile
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM64/Utils/Makefile?rev=205918&r1=205917&r2=205918&view=diff
> ==============================================================================
> --- llvm/trunk/lib/Target/ARM64/Utils/Makefile (original)
> +++ llvm/trunk/lib/Target/ARM64/Utils/Makefile Wed Apr  9 13:34:45 2014
> @@ -10,6 +10,6 @@ LEVEL = ../../../..
> LIBRARYNAME = LLVMARM64Utils
> 
> # Hack: we need to include 'main' ARM64 target directory to grab private headers
> -#CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
> +CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
> 

Should that comment about the "hack" be updated?

> include $(LEVEL)/Makefile.common
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list