[lld/mac] Delete incorrect FIXME
authorNico Weber <thakis@chromium.org>
Wed, 23 Jun 2021 20:24:41 +0000 (16:24 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 23 Jun 2021 20:25:34 +0000 (16:25 -0400)
commitef75358080a28501eccc552a3fa8214ceb3f34dc
tree2132c61cabfbb072119092e6d4b5085c48c7de93
parent2716c6faa46f346b66fe7af5219d611b369d42e9
[lld/mac] Delete incorrect FIXME

"""Bitcode symbols only exist before LTO runs, and only serve the purpose of
resolving visibility so LTO can better optimize. Running LTO creates ObjFiles
from BitcodeFiles, and those ObjFiles contain regular Defined symbols (with
isec set and all) that will replace the bitcode symbols. So things should
(hopefully) work as-is :)"""

  -- https://reviews.llvm.org/rGdbbc8d8333f29cf4ad6f4793da1adf71bbfdac69#inline-6081
lld/MachO/UnwindInfoSection.cpp