summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-09-23 01:23:22 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-09-23 01:23:22 +0000
commit8d0e3011d8c85c9ad5e1a9fbe61057b0125057b7 (patch)
treecbfd67fa89f7d9b58d6e0bcffc0478f86baf9cf5 /llvm/lib/CodeGen
parentce2e16f00c5f544879e8ac1e149b5fb268241817 (diff)
downloadbcm5719-llvm-8d0e3011d8c85c9ad5e1a9fbe61057b0125057b7.tar.gz
bcm5719-llvm-8d0e3011d8c85c9ad5e1a9fbe61057b0125057b7.zip
Revert "Android support for SafeStack."
test/Transforms/SafeStack/abi.ll breaks when target is not supported; needs refactoring. llvm-svn: 248358
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/Passes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Passes.cpp b/llvm/lib/CodeGen/Passes.cpp
index 114c9d11be8..7ea7b6e45ce 100644
--- a/llvm/lib/CodeGen/Passes.cpp
+++ b/llvm/lib/CodeGen/Passes.cpp
@@ -466,7 +466,7 @@ void TargetPassConfig::addISelPrepare() {
// Add both the safe stack and the stack protection passes: each of them will
// only protect functions that have corresponding attributes.
- addPass(createSafeStackPass(TM));
+ addPass(createSafeStackPass());
addPass(createStackProtectorPass(TM));
if (PrintISelInput)
OpenPOWER on IntegriCloud