From: Chris Lattner Date: Tue, 29 Oct 2002 20:29:34 +0000 (+0000) Subject: Reenable X86 backend, even though it doesn't do much, at least it compiles X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b85c7f4b9187c070d3564ee4ed4d451e7f884eba;p=oota-llvm.git Reenable X86 backend, even though it doesn't do much, at least it compiles git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4404 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 3c5bf674648..32032a66be1 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Sparc +DIRS = Sparc X86 LIBRARYNAME = target BUILD_ARCHIVE = 1