[lld] 94bfa6d - [ELF] Delete redundant comment after D56554. NFC
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 10:01:13 PDT 2019
Author: Fangrui Song
Date: 2019-10-29T10:00:48-07:00
New Revision: 94bfa6deb0d6077af6694d8a3048fe7bb0910a12
URL: https://github.com/llvm/llvm-project/commit/94bfa6deb0d6077af6694d8a3048fe7bb0910a12
DIFF: https://github.com/llvm/llvm-project/commit/94bfa6deb0d6077af6694d8a3048fe7bb0910a12.diff
LOG: [ELF] Delete redundant comment after D56554. NFC
Added:
Modified:
lld/ELF/Driver.cpp
Removed:
################################################################################
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp
index 5999fc215330..35d092ea7658 100644
--- a/lld/ELF/Driver.cpp
+++ b/lld/ELF/Driver.cpp
@@ -404,7 +404,6 @@ static GnuStackKind getZGnuStack(opt::InputArgList &args) {
return GnuStackKind::None;
}
- // default
return GnuStackKind::NoExec;
}
More information about the llvm-commits
mailing list