After r280733 we use LLVM's demangler. As a result we no longer have a discrepancy between f() and f(void) on FreeBSD. Restore a test case for a void arg function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D24305
ELF: add version script void function test case ClosedPublic Authored by emaste on Sep 7 2016, 10:47 AM.
Details Summary After r280733 we use LLVM's demangler. As a result we no longer have a discrepancy between f() and f(void) on FreeBSD. Restore a test case for a void arg function.
Diff Detail
Event Timelineemaste updated this object. This revision is now accepted and ready to land.Sep 7 2016, 10:52 AM Closed by commit rL280831: ELF: add version script void function test case (authored by emaste). · Explain WhySep 7 2016, 10:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 70568 lld/trunk/test/ELF/version-script-extern.s
|