[compiler-rt] r338535 - Test: Enable exceptions for test that needs it
    Filipe Cabecinhas via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug  1 06:20:39 PDT 2018
    
    
  
Author: filcab
Date: Wed Aug  1 06:20:38 2018
New Revision: 338535
URL: http://llvm.org/viewvc/llvm-project?rev=338535&view=rev
Log:
Test: Enable exceptions for test that needs it
Modified:
    compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc
Modified: compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc?rev=338535&r1=338534&r2=338535&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc Wed Aug  1 06:20:38 2018
@@ -1,7 +1,7 @@
 // Regression test for
 // https://bugs.llvm.org/show_bug.cgi?id=32434
 
-// RUN: %clangxx_asan -O0 %s -o %t
+// RUN: %clangxx_asan -fexceptions -O0 %s -o %t
 // RUN: %run %t
 
 #include <assert.h>
    
    
More information about the llvm-commits
mailing list