[all-commits] [llvm/llvm-project] a14e3c: Revert "Add the ability to segment GSYM files."
dyung via All-commits
all-commits at lists.llvm.org
Fri Mar 3 00:26:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a14e3c2aa79f31a3f644ed3e124c84d4e63ab198
https://github.com/llvm/llvm-project/commit/a14e3c2aa79f31a3f644ed3e124c84d4e63ab198
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M llvm/include/llvm/DebugInfo/GSYM/FileWriter.h
M llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h
M llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
M llvm/include/llvm/DebugInfo/GSYM/LookupResult.h
M llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp
M llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
Log Message:
-----------
Revert "Add the ability to segment GSYM files."
This reverts commit fe758254181a824d73ad960b651b42f671f8936b.
This change was causing several buildbot failures:
- https://lab.llvm.org/buildbot/#/builders/38/builds/10105
- https://lab.llvm.org/buildbot/#/builders/192/builds/562
- https://lab.llvm.org/buildbot/#/builders/109/builds/58893
- https://lab.llvm.org/buildbot/#/builders/16/builds/44360
- https://lab.llvm.org/buildbot/#/builders/247/builds/2095
- https://lab.llvm.org/buildbot/#/builders/196/builds/27236
- https://lab.llvm.org/buildbot/#/builders/54/builds/3714
More information about the All-commits
mailing list