[all-commits] [llvm/llvm-project] 10ea73: [dsymutil] Don't print timestamp warning if we hav...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 19 21:52:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10ea7316995dca0c9e31da5f838053885680f5f3
https://github.com/llvm/llvm-project/commit/10ea7316995dca0c9e31da5f838053885680f5f3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
Log Message:
-----------
[dsymutil] Don't print timestamp warning if we have no timestamp
If we have no timestamp (0), don't print the corresponding warning. The
binary holder already successfully ignores these cases, but the warning
for swift interface files was lacking it.
rdar://86036385
Differential revision: https://reviews.llvm.org/D117333
More information about the All-commits
mailing list