diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-12-15 08:15:48 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-12-15 08:15:48 +0000 |
| commit | 5b489416c9007f4dd09c06b0bc8c484125da6ff3 (patch) | |
| tree | 39d5f574daa4671d06f31aef58753f8269f37ef2 /llvm | |
| parent | 160a8a9725bb49d273bc821bf15bb1d70e37ffb6 (diff) | |
| download | bcm5719-llvm-5b489416c9007f4dd09c06b0bc8c484125da6ff3.tar.gz bcm5719-llvm-5b489416c9007f4dd09c06b0bc8c484125da6ff3.zip | |
Disable libprofile as llvm-ar bus errors on it, and I don't want to break
the nightly testers.
llvm-svn: 18960
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 2adc0899929..fa0c40dc430 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -11,7 +11,7 @@ LEVEL = .. include $(LEVEL)/Makefile.config ifneq ($(wildcard $(LLVMGCCDIR)),) -PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC +PARALLEL_DIRS := GCCLibraries libdummy libtrace GC else PARALLEL_DIRS := install all :: |

