aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-02-05 00:17:02 +0000
committerBill Wendling <isanbard@gmail.com>2010-02-05 00:17:02 +0000
commit744f579b63987854ac1b3f2f9c8d2659c5b5ee40 (patch)
treeab686f0fb1135764e9ab1419b4172a8fce8e84e2 /lib/ExecutionEngine/JIT/TargetSelect.cpp
parentfc375d22001d27ba6d22db67821da057e36f7f89 (diff)
An empty global constant (one of size 0) may have a section immediately
following it. However, the EmitGlobalConstant method wasn't emitting a body for the constant. The assembler doesn't like that. Before, we were generating this: .zerofill __DATA, __common, __cmd, 1, 3 This fix puts us back to that semantic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/JIT/TargetSelect.cpp')
0 files changed, 0 insertions, 0 deletions