diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Analysis/NaCl/PNaClABIVerifyModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/NaCl/PNaClABIVerifyModule.cpp b/lib/Analysis/NaCl/PNaClABIVerifyModule.cpp index c0a5e4bcc2..2cc6572606 100644 --- a/lib/Analysis/NaCl/PNaClABIVerifyModule.cpp +++ b/lib/Analysis/NaCl/PNaClABIVerifyModule.cpp @@ -108,7 +108,6 @@ void PNaClABIVerifyModule::checkGlobalValueCommon(const GlobalValue *GV) { switch (GV->getLinkage()) { // TODO(dschuff): Disallow external linkage case GlobalValue::ExternalLinkage: - case GlobalValue::AvailableExternallyLinkage: case GlobalValue::InternalLinkage: break; default: |