forked from OSchip/llvm-project
Fix buildbot failure on LLP64 platforms like MSVC x86_64.
llvm-svn: 222848
This commit is contained in:
parent
315e7eca1b
commit
42ea81f655
|
@ -52,7 +52,7 @@ void Func() {
|
|||
|
||||
namespace LabelAddrDiff {
|
||||
void f() {
|
||||
a: b: A<int, __builtin_constant_p(true) ? (long)&&b - (long)&&a : 0> s; // expected-error {{label address difference}}
|
||||
a: b: A<int, __builtin_constant_p(true) ? (__INTPTR_TYPE__)&&b - (__INTPTR_TYPE__)&&a : 0> s; // expected-error {{label address difference}}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue