Skip to content

Commit 8d3fcb4

Browse files
committed
CommandFlags.def -> CommandFlags.inc, leftover after r329840
llvm-svn: 332951
1 parent 79356ee commit 8d3fcb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/Common/TargetOptionsCommandFlags.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
//
1010
// This file exists as a place for global variables defined in LLVM's
11-
// CodeGen/CommandFlags.def. By putting the resulting object file in
11+
// CodeGen/CommandFlags.inc. By putting the resulting object file in
1212
// an archive and linking with it, the definitions will automatically be
1313
// included when needed and skipped when already present.
1414
//
@@ -21,7 +21,7 @@
2121

2222
// Define an externally visible version of
2323
// InitTargetOptionsFromCodeGenFlags, so that its functionality can be
24-
// used without having to include llvm/CodeGen/CommandFlags.def, which
24+
// used without having to include llvm/CodeGen/CommandFlags.inc, which
2525
// would lead to multiple definitions of the command line flags.
2626
llvm::TargetOptions lld::InitTargetOptionsFromCodeGenFlags() {
2727
return ::InitTargetOptionsFromCodeGenFlags();

0 commit comments

Comments
 (0)