[all-commits] [llvm/llvm-project] 85e2af: [lld][ELF] Don't write output to the test director...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Oct 26 10:13:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 85e2af7ffeed1e4d2e07b502a2030eff09a06636
https://github.com/llvm/llvm-project/commit/85e2af7ffeed1e4d2e07b502a2030eff09a06636
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M lld/test/ELF/lto/warn-backrefs.ll
Log Message:
-----------
[lld][ELF] Don't write output to the test directory. NFC.
Commit: dd7095f52bda36e0f3cd37574a1cb97c7a46cffe
https://github.com/llvm/llvm-project/commit/dd7095f52bda36e0f3cd37574a1cb97c7a46cffe
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M clang/unittests/Basic/LineOffsetMappingTest.cpp
Log Message:
-----------
[clang][unittest] Don't hardcode the string "Assertion"
This depends on the libc implementation. Use the string from the
assertion message instead. Overly specific, but so is this entire test.
Commit: b777d3049652746881b74152416e3ffb025a887c
https://github.com/llvm/llvm-project/commit/b777d3049652746881b74152416e3ffb025a887c
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Log Message:
-----------
[AMDGPU] Avoid unused variable warning in Release builds. NFC.
SIRegisterInfo.cpp:480:19: error: unused variable 'SOffset'
Compare: https://github.com/llvm/llvm-project/compare/88374f76ee19...b777d3049652
More information about the All-commits
mailing list