projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d3391
)
Fix a typo.
author
Adrian Prantl
<aprantl@apple.com>
Mon, 17 Oct 2016 17:41:51 +0000
(17:41 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Mon, 17 Oct 2016 17:41:51 +0000
(17:41 +0000)
llvm-svn: 284400
clang/lib/Driver/Tools.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Driver/Tools.cpp
b/clang/lib/Driver/Tools.cpp
index
b7a323f
..
db47384
100644
(file)
--- a/
clang/lib/Driver/Tools.cpp
+++ b/
clang/lib/Driver/Tools.cpp
@@
-5728,7
+5728,7
@@
void Clang::ConstructJob(Compilation &C, const JobAction &JA,
ObjCRuntime objcRuntime = AddObjCRuntimeArgs(Args, CmdArgs, rewriteKind);
// -fobjc-dispatch-method is only relevant with the nonfragile-abi, and
- // legacy is the default. Except for deployment taget of 10.5,
+ // legacy is the default. Except for deployment ta
r
get of 10.5,
// next runtime is always legacy dispatch and -fno-objc-legacy-dispatch
// gets ignored silently.
if (objcRuntime.isNonFragile()) {