summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorDavid L. Jones <dlj@google.com>2019-04-04 02:27:57 +0000
committerDavid L. Jones <dlj@google.com>2019-04-04 02:27:57 +0000
commit8b8a02175a46dfb27f96b7710cfe897fe28a68da (patch)
tree305d6599b393a901471f2f1f76b6219c938e904c /clang/test/CodeGenObjC
parent3afc733e41a6fd12eaaad6626fef6a021bf70de6 (diff)
downloadbcm5719-llvm-8b8a02175a46dfb27f96b7710cfe897fe28a68da.tar.gz
bcm5719-llvm-8b8a02175a46dfb27f96b7710cfe897fe28a68da.zip
Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)'
This revision causes tests to fail under ASAN. Since the cause of the failures is not clear (could be ASAN, could be a Clang bug, could be a bug in this revision), the safest course of action seems to be to revert while investigating. llvm-svn: 357667
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/exceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/exceptions.m b/clang/test/CodeGenObjC/exceptions.m
index 741f8a81915..439b9401485 100644
--- a/clang/test/CodeGenObjC/exceptions.m
+++ b/clang/test/CodeGenObjC/exceptions.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions -mllvm -simplifycfg-sink-common=false -O2 -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions -O2 -o - %s | FileCheck %s
//
// <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes
OpenPOWER on IntegriCloud