[all-commits] [llvm/llvm-project] 62536f: [test] Make ThinLTO/X86/crash_debuginfo.ll work wi...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Oct 27 12:37:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 62536fae61686ddd2ce492ce7e732b1030892f2c
https://github.com/llvm/llvm-project/commit/62536fae61686ddd2ce492ce7e732b1030892f2c
Author: Fangrui Song <i at maskray.me>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M llvm/test/ThinLTO/X86/crash_debuginfo.ll
Log Message:
-----------
[test] Make ThinLTO/X86/crash_debuginfo.ll work with -enable-new-pm=1
LegacyInlinerBase::doFinalization runs removeDeadFunctions() to remove bar but
the new PM inliner doesn't. Improve the test to use llvm-nm -U.
More information about the All-commits
mailing list