diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-23 23:28:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-23 23:28:57 +0000 |
commit | 256e28f9160d487e541aa1d25be77c6d99c51215 (patch) | |
tree | ad8be5e6940e720b1ec88e6ed76ddb9f6a2946da /llvm/projects/sample | |
parent | 14f752207139cba4db8ed697413b6a2e790a5fcf (diff) | |
download | bcm5719-llvm-256e28f9160d487e541aa1d25be77c6d99c51215.tar.gz bcm5719-llvm-256e28f9160d487e541aa1d25be77c6d99c51215.zip |
Disable sample project until it works
llvm-svn: 7287
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile index 1fe32c795e9..7b25c355350 100644 --- a/llvm/projects/sample/Makefile +++ b/llvm/projects/sample/Makefile @@ -10,7 +10,7 @@ LEVEL = . # # Directories that needs to be built. # -DIRS = lib tools +#DIRS = lib tools # # Include the Master Makefile that knows how to build all. |