aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-10-15 06:41:45 +0000
committerLang Hames <lhames@gmail.com>2015-10-15 06:41:45 +0000
commit86a4593dd22de63127f232eb2e02fa7d358989d7 (patch)
tree38b979fa2c5386772bceb7e5cf9ad48757d1b7ff /clang/lib/Frontend/CompilerInvocation.cpp
parent8ad7399f8ec69ec2c8790711810a4ab2fcef2a28 (diff)
downloadllvm-86a4593dd22de63127f232eb2e02fa7d358989d7.zip
llvm-86a4593dd22de63127f232eb2e02fa7d358989d7.tar.gz
llvm-86a4593dd22de63127f232eb2e02fa7d358989d7.tar.bz2
[RuntimeDyld] Don't try to get the contents of sections that don't have any
(e.g. bss sections). MachO and ELF have been silently letting this pass, but COFFObjectFile contains an assertion to catch this kind of (ab)use of the getSectionContents, and this was causing the JIT to crash on COFF objects with BSS sections. This patch should fix that. llvm-svn: 250371
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions