forked from OSchip/llvm-project
Quick fix for rC330605: specify a target arch for test
llvm-svn: 330613
This commit is contained in:
parent
b21f9592be
commit
787fce4f78
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_analyze_cc1 -analyzer-checker=debug.ExprInspection %s -verify
|
||||
// RUN: %clang_analyze_cc1 -triple x86_64-linux-gnu -analyzer-checker=debug.ExprInspection %s -verify
|
||||
|
||||
void clang_analyzer_dump(unsigned __int128 x);
|
||||
|
||||
|
|
Loading…
Reference in New Issue