[PATCH] D129080: [gn build] (manually) port 6b3956e123db

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 12:37:58 PDT 2022


thakis added a comment.

The auto-merger only auto-merges source lists, not deps. (See `llvm/utils/gn/build/sync_source_lists_from_cmake.py` – the merge bot just runs `llvm/utils/gn/build/sync_source_lists_from_cmake.py --write`, and the commits the result if tests pass.)



================
Comment at: llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn:6
     "//llvm/lib/IRReader",
+    "//llvm/lib/LTO",
     "//llvm/lib/Support",
----------------
Shouldn't this be //llvm/lib/Transforms/IPO, looking at https://reviews.llvm.org/rG6b3956e123db ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129080



More information about the llvm-commits mailing list