[LLD][COFF] Print object file name for unsupported directives
authorAlvin Wong <alvin@alvinhc.com>
Sun, 23 Apr 2023 15:52:55 +0000 (23:52 +0800)
committerAlvin Wong <alvin@alvinhc.com>
Mon, 24 Apr 2023 14:06:34 +0000 (22:06 +0800)
commit9b15e9840f5073aa38939fbef1cb0c64dcc5f02f
tree718f52ced34db887ffd11e26625384ed0756242d
parent271a73dae32f5eac2011a2f85351975484496262
[LLD][COFF] Print object file name for unsupported directives

This is a small QoL improvement suggested by FrancescElies in
https://github.com/llvm/llvm-project/issues/56300#issuecomment-1172104966.

Differential Revision: https://reviews.llvm.org/D149022
lld/COFF/Driver.cpp
lld/test/COFF/directives-unsupported.s [new file with mode: 0644]