[PATCH] D109185: [gn build] Add build files for LLDB

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 08:13:37 PDT 2021


thakis added inline comments.


================
Comment at: lldb/source/Plugins/ObjectFile/CMakeLists.txt:3
 add_subdirectory(ELF)
+add_subdirectory(JIT)
 add_subdirectory(Mach-O)
----------------
Oh sorry, these weren't meant for this patch, I'll send them out separately. (They aren't needed for anything, just seems nice to keep them alphabetized -- and it makes it a bit easier to manually compare Plugins.def between the two builds.)


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

https://reviews.llvm.org/D109185



More information about the llvm-commits mailing list