[all-commits] [llvm/llvm-project] 9b15e9: [LLD][COFF] Print object file name for unsupported...
alvinhochun via All-commits
all-commits at lists.llvm.org
Mon Apr 24 07:07:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b15e9840f5073aa38939fbef1cb0c64dcc5f02f
https://github.com/llvm/llvm-project/commit/9b15e9840f5073aa38939fbef1cb0c64dcc5f02f
Author: Alvin Wong <alvin at alvinhc.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M lld/COFF/Driver.cpp
A lld/test/COFF/directives-unsupported.s
Log Message:
-----------
[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
Commit: 8fa0cfeb61a12ad5ca7830a8228155de32aa7ab2
https://github.com/llvm/llvm-project/commit/8fa0cfeb61a12ad5ca7830a8228155de32aa7ab2
Author: Alvin Wong <alvin at alvinhc.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M lld/COFF/Driver.cpp
M lld/COFF/Options.td
A lld/test/COFF/inferasanlibs-drectve.s
A lld/test/COFF/inferasanlibs.test
Log Message:
-----------
[LLD][COFF] Add /inferasanlibs to lld-link as ignored flag
MSVC link.exe added this flag and MS STL started using this flag in
.drectve [1] when compiling with Clang with asan enabled, as reported
on https://github.com/llvm/llvm-project/issues/56300. This causes issues
with lld-link because it rejects any unknown flags in .drective sections.
As dc07867dc9991c982bd3441da19d6fcc16ea54d6 noted that, when using Clang
as the driver it explicitly passes the proper asan libraries. Therefore
it should be acceptable to ignore this flag in lld-link to at least
unbreak building with clang-cl and linking with lld-link.
[1]: https://github.com/microsoft/STL/blob/faaf094ee16bcbfb2c8d612fdb9334bcdef2fd0a/stl/inc/__msvc_sanitizer_annotate_container.hpp#L35
Differential Revision: https://reviews.llvm.org/D149023
Compare: https://github.com/llvm/llvm-project/compare/271a73dae32f...8fa0cfeb61a1
More information about the All-commits
mailing list