File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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//
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.
2626llvm::TargetOptions lld::InitTargetOptionsFromCodeGenFlags () {
2727 return ::InitTargetOptionsFromCodeGenFlags ();
You can’t perform that action at this time.
0 commit comments