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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 25 15:31:48 PST 2015


Oops. I just copied from one of the other Makefiles to put it back. Fixed
in r256431.

On Fri, Dec 25, 2015 at 3:10 PM, David Majnemer <david.majnemer at gmail.com>
wrote:

>
>
> 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
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>
>


-- 
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151225/346b61d5/attachment.html>


More information about the llvm-commits mailing list