Skip to content

Commit

Permalink
Add debugging functions for instructionAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 1, 2023
1 parent 57fe4f1 commit df5f6c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instructionAPI/CMakeLists.txt
Expand Up @@ -3,6 +3,7 @@ include_guard(GLOBAL)
include(DyninstLibrary)

set(_sources
src/debug.C
src/Instruction.C
src/InstructionAST.C
src/Operation.C
Expand Down Expand Up @@ -53,6 +54,7 @@ set(_public_headers
h/Visitor.h)

set(_private_headers
src/debug.h
src/amdgpu_branchinsn_table.h
src/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.h
src/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h
Expand Down

0 comments on commit df5f6c7

Please sign in to comment.