Something missed by the auto-port, I take it?
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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 then commits the result if tests pass.)
llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn | ||
---|---|---|
6 | Shouldn't this be //llvm/lib/Transforms/IPO, looking at https://reviews.llvm.org/rG6b3956e123db ? |
llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn | ||
---|---|---|
6 | Fixed. |
Shouldn't this be //llvm/lib/Transforms/IPO, looking at https://reviews.llvm.org/rG6b3956e123db ?