mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
Clean up comment.
llvm-svn: 175411
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user