projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2f74f
)
Unbreak the build. Fallout from r170019.
author
David Blaikie
<dblaikie@gmail.com>
Wed, 12 Dec 2012 22:14:32 +0000
(22:14 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Wed, 12 Dec 2012 22:14:32 +0000
(22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170033
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/Support/YAMLIOTest.cpp
patch
|
blob
|
history
diff --git
a/unittests/Support/YAMLIOTest.cpp
b/unittests/Support/YAMLIOTest.cpp
index c24114a6951964e745b117851504add4ad6e9f94..5c9db01a06f200e4b13b9e21fdb2183087710058 100644
(file)
--- a/
unittests/Support/YAMLIOTest.cpp
+++ b/
unittests/Support/YAMLIOTest.cpp
@@
-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;