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:
d4d03e0
)
Had a closing brace inside an #ifdef -- oops!
author
Marshall Clow
<mclow@qualcomm.com>
Fri, 15 Jun 2012 01:15:47 +0000
(
01:15
+0000)
committer
Marshall Clow
<mclow@qualcomm.com>
Fri, 15 Jun 2012 01:15:47 +0000
(
01:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158485
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Object/COFFObjectFile.cpp
patch
|
blob
|
history
diff --git
a/lib/Object/COFFObjectFile.cpp
b/lib/Object/COFFObjectFile.cpp
index 061cc872de504b310d5b7ec43d6b1df01c6df285..a8f8d604db8aa472659027d86012e0a68c1f0e11 100644
(file)
--- a/
lib/Object/COFFObjectFile.cpp
+++ b/
lib/Object/COFFObjectFile.cpp
@@
-639,8
+639,8
@@
ArrayRef<uint8_t> COFFObjectFile::getSymbolAuxData(
assert((offset - Header->PointerToSymbolTable) % sizeof(coff_symbol)
== 0 && "Aux Symbol data did not point to the beginning of a symbol");
- }
# endif
+ }
return ArrayRef<uint8_t>(aux, symbol->NumberOfAuxSymbols * sizeof(coff_symbol));
}