summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/opt.cpp
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2019-09-30 15:01:35 +0000
committerPaul Robinson <paul.robinson@sony.com>2019-09-30 15:01:35 +0000
commit14945186c28ee41162eedc7fa89e04548f2bda6d (patch)
tree8c7a2ad74d6b6bb8d61f298b83330fce40877191 /llvm/tools/opt/opt.cpp
parent71c5b38acd0e500ce7e229f8dea37571303e9b14 (diff)
downloadbcm5719-llvm-14945186c28ee41162eedc7fa89e04548f2bda6d.tar.gz
bcm5719-llvm-14945186c28ee41162eedc7fa89e04548f2bda6d.zip
[SSP] [1/3] Revert "StackProtector: Use PointerMayBeCaptured"
"Captured" and "relevant to Stack Protector" are not the same thing. This reverts commit f29366b1f594f48465c5a2754bcffac6d70fd0b1. aka r363169. Differential Revision: https://reviews.llvm.org/D67842 llvm-svn: 373216
Diffstat (limited to 'llvm/tools/opt/opt.cpp')
-rw-r--r--llvm/tools/opt/opt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index 4143d340b41..638b29eca2a 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -523,7 +523,6 @@ int main(int argc, char **argv) {
initializeDwarfEHPreparePass(Registry);
initializeSafeStackLegacyPassPass(Registry);
initializeSjLjEHPreparePass(Registry);
- initializeStackProtectorPass(Registry);
initializePreISelIntrinsicLoweringLegacyPassPass(Registry);
initializeGlobalMergePass(Registry);
initializeIndirectBrExpandPassPass(Registry);
OpenPOWER on IntegriCloud