Skip to content

Commit

Permalink
the old trace values pass has been removed, remove its runtime library.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32999 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jan 7, 2007
1 parent ba8b327 commit 5c4a96d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 453 deletions.
2 changes: 1 addition & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install all::
$(Echo) "Warning: with llvm-gcc version 4 and beyond"
else
ifneq ($(wildcard $(LLVMGCC)),)
PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
PARALLEL_DIRS := GCCLibraries libdummy libprofile GC
else
PARALLEL_DIRS :=
install all ::
Expand Down
18 changes: 0 additions & 18 deletions runtime/libtrace/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions runtime/libtrace/README.txt

This file was deleted.

Loading

0 comments on commit 5c4a96d

Please sign in to comment.