[clang] [HIP][Clang][CodeGen] Handle hip bin symbols properly. (PR #107458)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 10 09:25:18 PDT 2024


================
@@ -30,8 +28,6 @@
 // RUN:   2>&1 | FileCheck -check-prefix=LD-R %s
 // LD-R: Found undefined HIP fatbin symbol: __hip_fatbin_[[ID1:[0-9a-f]+]]
 // LD-R: Found undefined HIP fatbin symbol: __hip_fatbin_[[ID2:[0-9a-f]+]]
-// LD-R: Found undefined HIP gpubin handle symbol: __hip_gpubin_handle_[[ID1]]
----------------
yxsamliu wrote:

these lines should not be changed. same as below

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


More information about the cfe-commits mailing list