[all-commits] [llvm/llvm-project] c8ab40: [Remarks] Warn if a remark file is not found when ...
Visoiu Mistrih Francis via All-commits
all-commits at lists.llvm.org
Fri Jan 3 17:02:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8ab40ca0e760b50cc789b7a9d2de8d9eeebd261
https://github.com/llvm/llvm-project/commit/c8ab40ca0e760b50cc789b7a9d2de8d9eeebd261
Author: Francis Visoiu Mistrih <francisvm at yahoo.com>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M llvm/include/llvm/Support/Error.h
M llvm/test/tools/dsymutil/Inputs/basic1.c
A llvm/test/tools/dsymutil/Inputs/remarks/basic.macho.remarks.archive.x86_64
A llvm/test/tools/dsymutil/Inputs/remarks/libbasic.a
A llvm/test/tools/dsymutil/X86/remarks-linking-archive.text
M llvm/tools/dsymutil/DwarfLinker.cpp
Log Message:
-----------
[Remarks] Warn if a remark file is not found when processing static archives
Static archives contain object files which contain sections pointing to
external remark files.
When static archives are shipped without the remark files, dsymutil
shouldn't generate an error.
Instead, generate a warning to inform the user that remarks for that
library won't be available in the .dSYM.
More information about the All-commits
mailing list