Just like with -finput-charset=UTF-8 in review http://reviews.llvm.org/D4347, I think we should just ignore it when UTF-8 is provided.
Details
Details
- Reviewers
• rafael rnk - Commits
- rGb8198f022231: GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in…
rC215368: GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in…
rL215368: GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
FYI, it causes 58 failures in the Debian rebuild on 1343 failures.
There is no usage of this option without the UTF-8 argument.
Comment Actions
FYI, Arthur is ignoring it in review D4570. We could match the behavior of -finput-charset.