[llvm] [AMDGPU] Use absolute relocations when compiling for AMDPAL (PR #67791)

Thomas Symalla via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 06:22:44 PDT 2023


tsymalla wrote:

> I can reproduce the clang-format diff just by running `git clang-format @^`. I have tried with two different versions, 14.0.0-1ubuntu1.1 and 18.0.0.

It looks like the method above my code in the GISel code had wrong intendation at the closing bracket, which caused confusion in my clang-format build. The intendation in my code was broken **after** applying clang-format as well. Let's see if it works now.

https://github.com/llvm/llvm-project/pull/67791


More information about the llvm-commits mailing list