diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:40 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:40 +0000 |
commit | fcd16e36c80ecf929179f5ce085ae0200878139e (patch) | |
tree | ff56b6d0fdb1099e9681f3630dc98e8af892de20 /clang/test/Analysis/cxx-crashes.cpp | |
parent | e413ad99ac682b3aa0b917352898818b16e50cb2 (diff) | |
download | bcm5719-llvm-fcd16e36c80ecf929179f5ce085ae0200878139e.tar.gz bcm5719-llvm-fcd16e36c80ecf929179f5ce085ae0200878139e.zip |
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests.
I think some of them could be rewritten to fit also LLP64.
llvm-svn: 163699
Diffstat (limited to 'clang/test/Analysis/cxx-crashes.cpp')
-rw-r--r-- | clang/test/Analysis/cxx-crashes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/cxx-crashes.cpp b/clang/test/Analysis/cxx-crashes.cpp index 8912bf68de3..e3f812540d0 100644 --- a/clang/test/Analysis/cxx-crashes.cpp +++ b/clang/test/Analysis/cxx-crashes.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s +// REQUIRES: LP64 void clang_analyzer_eval(bool); |