[PATCH] D130221: [ORC] Fix macho section name typo

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 11:36:16 PDT 2022


keith added a comment.

Yea the only tests around this code I found are https://github.com/llvm/llvm-project/blob/f2949febf354eb8aded7db3e63d2c878fe86db3b/llvm/unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp which aren't a ton of coverage. >From the initial commit of this logic https://github.com/llvm/llvm-project/commit/0fda4c4745b81e8a0eed2b80b0b03f33c16c2b99 my assumption is no other tests are covering this today


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130221/new/

https://reviews.llvm.org/D130221



More information about the llvm-commits mailing list