diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-02 06:06:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-02 06:06:45 +0000 |
commit | 6bc24419b69deeaaa7bc4f77086f8e0155304e3a (patch) | |
tree | 2a3e813aad8e57ea565d53ab2c36a3b12a0b4085 | |
parent | 98107ffd1e5bb8d99d1e72995330b667a1018cf7 (diff) | |
download | external_llvm-6bc24419b69deeaaa7bc4f77086f8e0155304e3a.zip external_llvm-6bc24419b69deeaaa7bc4f77086f8e0155304e3a.tar.gz external_llvm-6bc24419b69deeaaa7bc4f77086f8e0155304e3a.tar.bz2 |
Oops, this was not to go in
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13958 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 7cd63ae..3f45da3 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -#PARALLEL_DIRS = InstrSched SelectionDAG +PARALLEL_DIRS = InstrSched SelectionDAG LIBRARYNAME = codegen include $(LEVEL)/Makefile.common |