diff options
| author | Alon Zakai <alonzakai@gmail.com> | 2014-01-20 12:03:00 -0800 |
|---|---|---|
| committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-20 12:03:00 -0800 |
| commit | 0dc9f44e4820e977fd086d744c73d4c422cac352 (patch) | |
| tree | b3dbb6761b57eae37275ea602ed08e7dbd7854c2 /lib/Transforms/NaCl/PNaClABISimplify.cpp | |
| parent | 617c45657f6a938b0c65d5107a2d7668e55ff49c (diff) | |
get first setjmp test passing
Diffstat (limited to 'lib/Transforms/NaCl/PNaClABISimplify.cpp')
| -rw-r--r-- | lib/Transforms/NaCl/PNaClABISimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/NaCl/PNaClABISimplify.cpp b/lib/Transforms/NaCl/PNaClABISimplify.cpp index 3b08d97425..f73d6c1784 100644 --- a/lib/Transforms/NaCl/PNaClABISimplify.cpp +++ b/lib/Transforms/NaCl/PNaClABISimplify.cpp @@ -48,7 +48,7 @@ void llvm::PNaClABISimplifyAddPreOptPasses(PassManager &PM) { // Remove landingpad blocks made unreachable by LowerInvoke. PM.add(createCFGSimplificationPass()); - //PM.add(createLowerEmSetjmpPass()); // XXX EMSCRIPTEN . Note, only if no exceptions + PM.add(createLowerEmSetjmpPass()); // XXX EMSCRIPTEN . Note, only if no exceptions } #if 0 // EMSCRIPTEN: we allow arbitrary symbols to be preserved |
