Related to https://reviews.llvm.org/D80916
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
---|---|---|
1056–1057 | there is a global inserted in the beginning |
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
---|---|---|
819 | maybe always true after this point? |
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
---|---|---|
819 | only if the globals don't already exist. |
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
---|---|---|
819 | initializeCallbackFunctions and initializeRuntimeFunctions also changes the module |
maybe always true after this point?