mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 01:15:55 +00:00
Unbreak the build. Fallout from r170019.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df2f74fa41
commit
f2150b6857
@ -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…
x
Reference in New Issue
Block a user