Skip to content

Commit

Permalink
Added the lib code to build the files needed for FakeQuantization
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbir-sharma committed Sep 3, 2024
1 parent 7ce8f48 commit c8f2a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm_passes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ add_llvm_library(llfi-passes MODULE
core/ProfilingPass.cpp
core/GenLLFIIndexPass.cpp
core/RegLocBasedFIRegSelector.cpp
core/FakeQuantizationPass.cpp

hardware_failures/FuncNameFIInstSelector.cpp
hardware_failures/LLFIIndexFIInstSelector.cpp
Expand Down
2 changes: 2 additions & 0 deletions runtime_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ add_library(llfi-rt SHARED
InstTraceLib.c
ProfilingLib.cpp
Utils.c
FakeQuantizationLib.cpp
FakeQuantizationLib.h
#_FIDLSoftwareFaultInjectors.cpp
#_SoftwareFaultInjector.cpp is included in this file
)
Expand Down

0 comments on commit c8f2a8d

Please sign in to comment.