about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2020-11-10 14:45:21 +0100
committerGitHub <noreply@github.com>2020-11-10 14:45:21 +0100
commit65ae469f8d422fd758c37ae486a6384fe2a17030 (patch)
tree479f2c42d8ae4846d903c14069888a54f938f04b /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent806538fa78c3c8ceb7c6b52b08831ed840a940f4 (diff)
parente9c34b3cf8f368077065e7f9a658038f36e196eb (diff)
downloadrust-65ae469f8d422fd758c37ae486a6384fe2a17030.tar.gz
rust-65ae469f8d422fd758c37ae486a6384fe2a17030.zip
Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum
rustc_target: Further cleanup use of target options

Follow up to https://github.com/rust-lang/rust/pull/77729.

Implements items 2 and 4 from the list in https://github.com/rust-lang/rust/pull/77729#issue-500228243.

The first commit collapses uses of `target.options.foo` into `target.foo`.

The second commit renames some target options to avoid tautology:
`target.target_endian` -> `target.endian`
`target.target_c_int_width` -> `target.c_int_width`
`target.target_os` -> `target.os`
`target.target_env` -> `target.env`
`target.target_vendor` -> `target.vendor`
`target.target_family` -> `target.os_family`
`target.target_mcount` -> `target.mcount`

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions