diff options
author | Ken Dyck <ken.dyck@onsemi.com> | 2009-11-13 18:50:18 +0000 |
---|---|---|
committer | Ken Dyck <ken.dyck@onsemi.com> | 2009-11-13 18:50:18 +0000 |
commit | a85ce8a9cb14e4947074879ef42c33e8ac636266 (patch) | |
tree | 650f063c811ad954829988ca1fbc2177a2ea1d36 /NOTES.txt | |
parent | 2a1814a643810e24775d54a9888b54b92e7147ea (diff) |
add missing slashes to separator line; also testing commit access
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'NOTES.txt')
-rw-r--r-- | NOTES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ TODO: File Manager Speedup: //===---------------------------------------------------------------------===// // Specifying targets: -triple and -arch -===---------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// The clang supports "-triple" and "-arch" options. At most one -triple and one -arch option may be specified. Both are optional. |