[all-commits] [llvm/llvm-project] 4450cf: [llvm] Replace tab with spaces in one test
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Sep 23 12:34:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4450cf985f0cfc94f8621261208f583d721bd693
https://github.com/llvm/llvm-project/commit/4450cf985f0cfc94f8621261208f583d721bd693
Author: Nico Weber <thakis at chromium.org>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M llvm/test/MC/X86/pr32530.s
Log Message:
-----------
[llvm] Replace tab with spaces in one test
Also use just one space after comma. Now grepping for ', offset '
in llvm/test actually finds the test for `offset`.
No behavior change.
Commit: 3fa43da7a3b46169b731dfca2bf3d41e85d3769d
https://github.com/llvm/llvm-project/commit/3fa43da7a3b46169b731dfca2bf3d41e85d3769d
Author: Nico Weber <thakis at chromium.org>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
Log Message:
-----------
[llvm] Fix a copy-pasto
We should use IMAGE_REL_I386_SECREL in the i386 section of this file.
IMAGE_REL_I386_SECREL and IMAGE_REL_AMD64_SECREL have the same
numeric value 0xB, so this doesn't change behavior.
Compare: https://github.com/llvm/llvm-project/compare/767b328e506e...3fa43da7a3b4
More information about the All-commits
mailing list