Skip to content

Commit 3571d22

Browse files
rnagymordak
authored andcommitted
revert https://reviews.llvm.org/D135402 for now to shut lld up until we fix all the symbol lists
1 parent 706d9f3 commit 3571d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ static void readConfigs(opt::InputArgList &args) {
12711271
config->trace = args.hasArg(OPT_trace);
12721272
config->undefined = args::getStrings(args, OPT_undefined);
12731273
config->undefinedVersion =
1274-
args.hasFlag(OPT_undefined_version, OPT_no_undefined_version, false);
1274+
args.hasFlag(OPT_undefined_version, OPT_no_undefined_version, true);
12751275
config->unique = args.hasArg(OPT_unique);
12761276
config->useAndroidRelrTags = args.hasFlag(
12771277
OPT_use_android_relr_tags, OPT_no_use_android_relr_tags, false);

0 commit comments

Comments
 (0)