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:
64d667b
)
Fix the build broken in r177239
author
David Blaikie
<dblaikie@gmail.com>
Sun, 17 Mar 2013 21:32:54 +0000
(21:32 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Sun, 17 Mar 2013 21:32:54 +0000
(21:32 +0000)
Seems some accidental C++11 crept in there. Reported by the C++98 buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177241
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/DIBuilder.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/DIBuilder.cpp
b/lib/IR/DIBuilder.cpp
index 0622b90b458b437507feb886a29949310a61bda2..34921af645c0b78bbe19c12530ece429fb8a219c 100644
(file)
--- a/
lib/IR/DIBuilder.cpp
+++ b/
lib/IR/DIBuilder.cpp
@@
-117,7
+117,7
@@
void DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
/// for a file.
DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) {
assert(!Filename.empty() && "Unable to create file without name");
- Value *Pair[] {
+ Value *Pair[]
=
{
MDString::get(VMContext, Filename),
MDString::get(VMContext, Directory),
};