[llvm] r206718 - Maybe if I touch this file the buildbots will actually rerun configure like they need to...
Richard Smith
richard-llvm at metafoo.co.uk
Sun Apr 20 14:28:34 PDT 2014
Author: rsmith
Date: Sun Apr 20 16:28:33 2014
New Revision: 206718
URL: http://llvm.org/viewvc/llvm-project?rev=206718&view=rev
Log:
Maybe if I touch this file the buildbots will actually rerun configure like they need to...
Modified:
llvm/trunk/lib/Target/X86/Disassembler/Makefile
Modified: llvm/trunk/lib/Target/X86/Disassembler/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/Disassembler/Makefile?rev=206718&r1=206717&r2=206718&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/Disassembler/Makefile (original)
+++ llvm/trunk/lib/Target/X86/Disassembler/Makefile Sun Apr 20 16:28:33 2014
@@ -10,7 +10,7 @@
LEVEL = ../../../..
LIBRARYNAME = LLVMX86Disassembler
-# Hack: we need to include 'main' x86 target directory to grab private headers
+# Hack: we need to include 'main' x86 target directory to grab private headers.
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list