[lld] r234414 - Revert "Allow undefined symbols in shared library by default."

Rui Ueyama ruiu at google.com
Wed Apr 8 09:55:03 PDT 2015


Author: ruiu
Date: Wed Apr  8 11:55:03 2015
New Revision: 234414

URL: http://llvm.org/viewvc/llvm-project?rev=234414&view=rev
Log:
Revert "Allow undefined symbols in shared library by default."

This reverts commit r234378 because it broke buildbots.

Modified:
    lld/trunk/lib/Core/LinkingContext.cpp

Modified: lld/trunk/lib/Core/LinkingContext.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/Core/LinkingContext.cpp?rev=234414&r1=234413&r2=234414&view=diff
==============================================================================
--- lld/trunk/lib/Core/LinkingContext.cpp (original)
+++ lld/trunk/lib/Core/LinkingContext.cpp Wed Apr  8 11:55:03 2015
@@ -24,7 +24,7 @@ LinkingContext::LinkingContext()
       _warnIfCoalesableAtomsHaveDifferentCanBeNull(false),
       _warnIfCoalesableAtomsHaveDifferentLoadName(false),
       _printRemainingUndefines(true), _allowRemainingUndefines(false),
-      _logInputFiles(false), _allowShlibUndefines(true),
+      _logInputFiles(false), _allowShlibUndefines(false),
       _outputFileType(OutputFileType::Default), _nextOrdinal(0) {}
 
 LinkingContext::~LinkingContext() {}





More information about the llvm-commits mailing list