1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-25 09:28:20 +00:00

Removed -nocudalib from hiprtc_options to fix LLVMBitcode compilation error when using HIP Backend

This commit is contained in:
Mayank 2024-02-09 23:15:54 +05:30
parent 08f6cf7e0a
commit 992f1c13ba
No known key found for this signature in database
GPG Key ID: E6C152DC5AC7027D

View File

@ -8755,7 +8755,7 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p
*/
hiprtc_options[1] = "-nocudainc";
hiprtc_options[2] = "-nocudalib";
hiprtc_options[2] = "";
hiprtc_options[3] = "";
hiprtc_options[4] = "";