We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706d9f3 commit 3571d22Copy full SHA for 3571d22
lld/ELF/Driver.cpp
@@ -1271,7 +1271,7 @@ static void readConfigs(opt::InputArgList &args) {
1271
config->trace = args.hasArg(OPT_trace);
1272
config->undefined = args::getStrings(args, OPT_undefined);
1273
config->undefinedVersion =
1274
- args.hasFlag(OPT_undefined_version, OPT_no_undefined_version, false);
+ args.hasFlag(OPT_undefined_version, OPT_no_undefined_version, true);
1275
config->unique = args.hasArg(OPT_unique);
1276
config->useAndroidRelrTags = args.hasFlag(
1277
OPT_use_android_relr_tags, OPT_no_use_android_relr_tags, false);
0 commit comments