mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Unbreak the build. Fallout from r170019.
llvm-svn: 170033
This commit is contained in:
parent
84d09bb392
commit
f993478af6
@ -552,7 +552,7 @@ namespace yaml {
|
||||
}
|
||||
|
||||
static StringRef input(StringRef scalar, void *, MyNumber &value) {
|
||||
int64_t n;
|
||||
long long n;
|
||||
if ( getAsSignedInteger(scalar, 0, n) )
|
||||
return "invalid number";
|
||||
value = n;
|
||||
|
Loading…
Reference in New Issue
Block a user