Files
clang-p2996/lld/test/COFF
Saleem Abdulrasool 401296f697 Object: account for short output names (#66532)
The import library thunk name suffix uses the stem of the file. We
currently would attempt to trim the suffix by dropping the trailing 4
characters (under the assumption that the output name was `.lib`). This
now uses the `llvm::sys::path` API for computing the stem. This avoids
an assertion failure when the name is less the 4 characters and
assertions are enabled.
2023-09-15 12:58:23 -07:00
..
2022-09-09 10:38:18 +08:00
2022-09-09 10:38:18 +08:00
2023-07-19 14:08:14 -07:00
2023-02-15 17:34:35 +00:00
2022-07-11 22:47:26 +00:00