[llvm] r256430 - [X86] Put back the include path to the main X86 sources in the AsmParser library to fix the bots.

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 25 15:10:58 PST 2015


On Friday, December 25, 2015, Craig Topper via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: ctopper
> Date: Fri Dec 25 16:22:16 2015
> New Revision: 256430
>
> URL: http://llvm.org/viewvc/llvm-project?rev=256430&view=rev
> Log:
> [X86] Put back the include path to the main X86 sources in the AsmParser
> library to fix the bots.
>
> Modified:
>     llvm/trunk/lib/Target/X86/AsmParser/Makefile
>
> Modified: llvm/trunk/lib/Target/X86/AsmParser/Makefile
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmParser/Makefile?rev=256430&r1=256429&r2=256430&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Target/X86/AsmParser/Makefile (original)
> +++ llvm/trunk/lib/Target/X86/AsmParser/Makefile Fri Dec 25 16:22:16 2015
> @@ -9,4 +9,7 @@
>  LEVEL = ../../../..
>  LIBRARYNAME = LLVMX86AsmParser
>
> +# Hack: we need to include 'main' ARM target directory to grab private
> headers


ARM?


> +CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
> +
>  include $(LEVEL)/Makefile.common
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org <javascript:;>
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151225/2a9dbb35/attachment.html>


More information about the llvm-commits mailing list