[PATCH] D85678: [elfabi] Move elfabi related code to IFS library

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 17:03:11 PDT 2020


phosek added a comment.

I'd be fine with `InterfaceStub` as a name for the library.



================
Comment at: llvm/lib/CMakeLists.txt:34
 add_subdirectory(XRay)
+add_subdirectory(IFS)
 if (LLVM_INCLUDE_TESTS)
----------------
This should be moved up to preserve the alphabetical sorting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85678



More information about the llvm-commits mailing list