-fembed-bitcode options doesn't embed warning options since they are
useless to code generation. Make sure it handles the W_value group and
not embed those options in the output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Would llvm::Option::matches be more appropriate than getID and checking for equality here? Option::matches tracks subgroups correctly, without having to explicitly check for W_value_Group.