[all-commits] [llvm/llvm-project] 5de746: [lld-macho] Fix debug build
Jez Ng via All-commits
all-commits at lists.llvm.org
Fri Jun 11 17:21:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5de7467e9821485f492eb97fafd796e1db4c6bb5
https://github.com/llvm/llvm-project/commit/5de7467e9821485f492eb97fafd796e1db4c6bb5
Author: Jez Ng <jezng at fb.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MapFile.cpp
M lld/MachO/UnwindInfoSection.cpp
Log Message:
-----------
[lld-macho] Fix debug build
D103977 broke a bunch of stuff as I had only tested the release build
which eliminated asserts.
I've retained the asserts where possible, but I also removed a bunch
instead of adding a whole lot of verbose ConcatInputSection casts.
More information about the All-commits
mailing list