[all-commits] [llvm/llvm-project] 14220f: [LLD][COFF] Fix incorrect pattern in test
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Wed May 3 06:56:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14220fedbd9d89526ba809c027e866b9d828cb57
https://github.com/llvm/llvm-project/commit/14220fedbd9d89526ba809c027e866b9d828cb57
Author: Alexandre Ganea <aganea at havenstudios.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M lld/test/COFF/export32.test
Log Message:
-----------
[LLD][COFF] Fix incorrect pattern in test
The previous pattern was matching the RVA `0` to the first character of `0x1010`. Make sure now that the entire export entry is matched.
Commit: 72f6ea650e1d64c79ce0e70622c26c6cfeb95836
https://github.com/llvm/llvm-project/commit/72f6ea650e1d64c79ce0e70622c26c6cfeb95836
Author: Alexandre Ganea <aganea at havenstudios.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M llvm/tools/llvm-objdump/COFFDump.cpp
Log Message:
-----------
[llvm-objdump][COFF] Keep columns aligned in the console output when exports ordinals are large.
Compare: https://github.com/llvm/llvm-project/compare/b96967ad172a...72f6ea650e1d
More information about the All-commits
mailing list