LEB compression breaks debug info so we don't want to enable
it by default, even at high optimization levels.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Perhaps I should make this -z compress although I'm not sure what the policy is in using -z keywords vs regular flags.
lld/trunk/wasm/Driver.cpp | ||
---|---|---|
398 | All Config members that correspond to command line options have the same name as the command line options, so this should be Config->CompressRelocations. |
All Config members that correspond to command line options have the same name as the command line options, so this should be Config->CompressRelocations.