diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2012-06-14 19:58:46 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2012-06-14 19:58:46 +0000 |
| commit | 4555d5b4717e92c1eb32fe816660986ced910b0f (patch) | |
| tree | 53b0b8abb8ec6346f5867c1a1281ca70a37e78f1 | |
| parent | 9ff952fac6f0e7a957e6b29d7f1f61ab58496dec (diff) | |
| download | llvm-4555d5b4717e92c1eb32fe816660986ced910b0f.zip llvm-4555d5b4717e92c1eb32fe816660986ced910b0f.tar.gz llvm-4555d5b4717e92c1eb32fe816660986ced910b0f.tar.bz2 | |
80 columns
llvm-svn: 158465
| -rw-r--r-- | compiler-rt/make/subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/make/subdir.mk b/compiler-rt/make/subdir.mk index 5b3c1f0..6dadc7b 100644 --- a/compiler-rt/make/subdir.mk +++ b/compiler-rt/make/subdir.mk @@ -3,8 +3,8 @@ # Subdirectory makefiles must define: # SubDirs - The subdirectories to traverse. # ObjNames - The objects available in that directory. -# Implementation - The library configuration the objects should go in (Generic or -# Optimized) +# Implementation - The library configuration the objects should go in (Generic +# or Optimized) # Dependencies - Any dependences for the object files. # # Subdirectory makefiles may define: |
