We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce8f48 commit c8f2a8dCopy full SHA for c8f2a8d
llvm_passes/CMakeLists.txt
@@ -25,6 +25,7 @@ add_llvm_library(llfi-passes MODULE
25
core/ProfilingPass.cpp
26
core/GenLLFIIndexPass.cpp
27
core/RegLocBasedFIRegSelector.cpp
28
+ core/FakeQuantizationPass.cpp
29
30
hardware_failures/FuncNameFIInstSelector.cpp
31
hardware_failures/LLFIIndexFIInstSelector.cpp
runtime_lib/CMakeLists.txt
@@ -15,6 +15,8 @@ add_library(llfi-rt SHARED
15
InstTraceLib.c
16
ProfilingLib.cpp
17
Utils.c
18
+ FakeQuantizationLib.cpp
19
+ FakeQuantizationLib.h
20
#_FIDLSoftwareFaultInjectors.cpp
21
#_SoftwareFaultInjector.cpp is included in this file
22
)
0 commit comments