ellis updated this revision to Diff 355066.
ellis added a comment.
Add min instruction count frontend flag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104088/new/
https://reviews.llvm.org/D104088
Files:
clang/include/clang/Driver/Options.td
ellis updated this revision to Diff 353705.
ellis added a comment.
Correctly link the runtime symbol for Mach-O.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104088/new/
https://reviews.llvm.org/D104088
Files:
clang/include/clang/Driver/Options
ellis updated this revision to Diff 352007.
ellis added a comment.
MIP does not support windows
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104088/new/
https://reviews.llvm.org/D104088
Files:
clang/include/clang/Driver/Options.td
clang/inclu
ellis updated this revision to Diff 351604.
ellis added a comment.
Move llvm-strip logic into its own commit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104088/new/
https://reviews.llvm.org/D104088
Files:
clang/include/clang/Driver/Options.td
jhenderson added inline comments.
Comment at: llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp:59
+ StringRef(Sec.Name).startswith(".zdebug") ||
+ Sec.Name == ".gdb_index" || Sec.Name == "__llvm_mipmap";
}
This doesn't look like it belongs as part of t
ellis created this revision.
Herald added subscribers: dang, phosek, mgorny, emaste.
Herald added a reviewer: alexshap.
Herald added a reviewer: rupprecht.
Herald added a reviewer: jhenderson.
ellis requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, MaskRay.
Her