[all-commits] [llvm/llvm-project] 37332b: [Object] Drop unnecessary const qualifier to fix g...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Dec 15 06:45:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37332bc09a743b5f760d4cbd675a1f3e9e6b8f09
https://github.com/llvm/llvm-project/commit/37332bc09a743b5f760d4cbd675a1f3e9e6b8f09
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M llvm/lib/Object/DXContainer.cpp
Log Message:
-----------
[Object] Drop unnecessary const qualifier to fix gcc Wignored-qualifiers warning. NFC.
Commit: 163aeca33d4adb97e8599584409457ca14b1419b
https://github.com/llvm/llvm-project/commit/163aeca33d4adb97e8599584409457ca14b1419b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
Log Message:
-----------
[CodeGenPrepare] Remove unused TypePromotionTransaction::moveBefore to fix gcc Wunused-function warning. NFC.
Compare: https://github.com/llvm/llvm-project/compare/5e29112719df...163aeca33d4a
More information about the All-commits
mailing list