Skip to content

Commit

Permalink
recognize elf type for cubin.
Browse files Browse the repository at this point in the history
(cherry picked from commit f84f43a)
  • Loading branch information
jmellorcrummey authored and Sasha Nicolas committed Sep 12, 2017
1 parent e5ee74d commit 46621a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwarf/src/dwarfHandle.C
Expand Up @@ -148,6 +148,7 @@ bool DwarfHandle::init_dbg()
case EM_X86_64:
case EM_K10M:
case EM_L10M:
case EM_CUDA:
arch = Arch_x86_64;
break;
case EM_PPC:
Expand Down

0 comments on commit 46621a4

Please sign in to comment.