[all-commits] [llvm/llvm-project] 367b1f: [NFC][AMDGPULowerModuleLDSPass] Fix buildbot santi...
Juan Manuel Martinez Caamaño via All-commits
all-commits at lists.llvm.org
Wed Jul 12 02:08:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 367b1f28dbcfda5b7909f4d271bcace063398143
https://github.com/llvm/llvm-project/commit/367b1f28dbcfda5b7909f4d271bcace063398143
Author: Juan Manuel MARTINEZ CAAMAÑO <juamarti at amd.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
Log Message:
-----------
[NFC][AMDGPULowerModuleLDSPass] Fix buildbot santizier failed to compile
It seems that the sanitizer-x86_64-linux-android wasn't able to deduce
the template argument:
AMDGPULowerModuleLDSPass.cpp:1192:53: error: no viable constructor or
deduction guide for deduction of template arguments of 'vector'
auto TableLookupVariablesOrdered = sortByName(std::vector(
This patch makes the template argument explicit.
More information about the All-commits
mailing list