diff options
| author | est31 <MTest31@outlook.com> | 2020-10-14 18:08:12 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2020-10-15 12:01:53 +0200 |
| commit | 64ba25d0f2137aade97a0cfabc9ad2547bd6b376 (patch) | |
| tree | b494474a8b400ede4d1633f53bf1c63e63651732 /compiler/rustc_codegen_llvm/src/debuginfo/gdb.rs | |
| parent | 596b0d5027bfb1b5835e17a25f56b00a1f6ff95f (diff) | |
| download | rust-64ba25d0f2137aade97a0cfabc9ad2547bd6b376.tar.gz rust-64ba25d0f2137aade97a0cfabc9ad2547bd6b376.zip | |
Use integer literals for builtin target_pointer_width fields
Also change target_pointer_width to pointer_width.
Preparation for a subsequent type change of
target_pointer_width to an integer together with a rename
to pointer_width.
On its own, this commit breaks the build. I don't like making
build-breaking commits, but in this instance I believe that it
makes review easier, as the "real" changes of this PR can be
seen much more easily.
Result of running:
find compiler/rustc_target/src/spec/ -type f -exec sed -i -e 's/target_pointer_width: "\(.*\)"\..*,/pointer_width: \1,/g' {} \;
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/debuginfo/gdb.rs')
0 files changed, 0 insertions, 0 deletions
