diff options
author | Eric Christopher <echristo@gmail.com> | 2013-02-18 00:38:31 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-02-18 00:38:31 +0000 |
commit | 5ecce125c5988a23e3d7637181affc05efcaaa93 (patch) | |
tree | e97e4c51c421eaa668062b0bf5ba8a2f2ebd0a5a /clang/lib/Driver/Tools.cpp | |
parent | f4d15c618c402390518543a830d50cda5bbc5690 (diff) | |
download | bcm5719-llvm-5ecce125c5988a23e3d7637181affc05efcaaa93.tar.gz bcm5719-llvm-5ecce125c5988a23e3d7637181affc05efcaaa93.zip |
Clean up comment.
llvm-svn: 175411
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r-- | clang/lib/Driver/Tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 28cba14d68d..cb207ff28b4 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -2821,7 +2821,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA, } - // -fborland-extensions=0 is default. + // -fno-borland-extensions is default. if (Args.hasFlag(options::OPT_fborland_extensions, options::OPT_fno_borland_extensions, false)) CmdArgs.push_back("-fborland-extensions"); |