[PATCH] D110054: [AMDGPU] Change ASAN init/fini kernels linkage to external.

Anshil Gandhi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 09:45:37 PDT 2021


gandhi21299 added a comment.

error: lib/Target/AMDGPU/AMDGPUCtorDtorLowering.cpp: No such file or directory
error: test/CodeGen/AMDGPU/lower-ctor-dtor.ll: No such file or directory
error: test/CodeGen/AMDGPU/lower-multiple-ctor-dtor.ll: No such file or directory

These errors were issues again despite llvm-project being up to date on my system. I manually implemented the changes. I am running all tests anyways and will push it once the tests pass.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110054/new/

https://reviews.llvm.org/D110054



More information about the llvm-commits mailing list