diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-12-03 12:03:56 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-12-03 12:03:56 +0000 |
commit | fceb4e7cb4e538f329464a2d2b50263b61bbb784 (patch) | |
tree | b549666e8e490294e7cdc4637ead99de6c3bafb4 | |
parent | 061900fea81c9439918467d16fcb0bfb0bcb5dc8 (diff) | |
download | bcm5719-llvm-fceb4e7cb4e538f329464a2d2b50263b61bbb784.tar.gz bcm5719-llvm-fceb4e7cb4e538f329464a2d2b50263b61bbb784.zip |
Unxfail passing test: test/CodeGenCXX/crash.cpp
llvm-svn: 254606
-rw-r--r-- | clang/test/CodeGenCXX/crash.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/crash.cpp b/clang/test/CodeGenCXX/crash.cpp index d34deb9c315..d12c021a6dc 100644 --- a/clang/test/CodeGenCXX/crash.cpp +++ b/clang/test/CodeGenCXX/crash.cpp @@ -1,4 +1,3 @@ -// XFAIL: hexagon // RUN: %clang_cc1 %s -std=c++11 -emit-llvm-only // RUN: %clang_cc1 -emit-obj -o %t -debug-info-kind=line-tables-only -std=c++11 %s // CHECK that we don't crash. |