summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2012-06-15 01:15:47 +0000
committerMarshall Clow <mclow@qualcomm.com>2012-06-15 01:15:47 +0000
commitbfb85e676c792f90c5ff27edc87f423c28c8f90f (patch)
tree47018546186589ab81ae235e71e0625b298c3fc3 /llvm/lib/Object/COFFObjectFile.cpp
parent71757ef3edd2d315203f4f153c5867afa14da660 (diff)
downloadbcm5719-llvm-bfb85e676c792f90c5ff27edc87f423c28c8f90f.tar.gz
bcm5719-llvm-bfb85e676c792f90c5ff27edc87f423c28c8f90f.zip
Had a closing brace inside an #ifdef -- oops!
llvm-svn: 158485
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
-rw-r--r--llvm/lib/Object/COFFObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/COFFObjectFile.cpp b/llvm/lib/Object/COFFObjectFile.cpp
index 061cc872de5..a8f8d604db8 100644
--- a/llvm/lib/Object/COFFObjectFile.cpp
+++ b/llvm/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));
}
OpenPOWER on IntegriCloud