Skip to content

Commit 493c384

Browse files
Revert "[LLVM][Instrumentation] Add numerical sanitizer (#85916)"
This reverts commit 15ad791. The commit broke the build bot https://lab.llvm.org/buildbot/#/builders/11/builds/822.
1 parent 61cd6bb commit 493c384

File tree

11 files changed

+0
-3816
lines changed

11 files changed

+0
-3816
lines changed

llvm/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

llvm/lib/Passes/PassBuilder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
#include "llvm/Transforms/Instrumentation/LowerAllowCheckPass.h"
185185
#include "llvm/Transforms/Instrumentation/MemProfiler.h"
186186
#include "llvm/Transforms/Instrumentation/MemorySanitizer.h"
187-
#include "llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h"
188187
#include "llvm/Transforms/Instrumentation/PGOCtxProfLowering.h"
189188
#include "llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h"
190189
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"

llvm/lib/Passes/PassRegistry.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ MODULE_PASS("metarenamer", MetaRenamerPass())
9494
MODULE_PASS("module-inline", ModuleInlinerPass())
9595
MODULE_PASS("name-anon-globals", NameAnonGlobalPass())
9696
MODULE_PASS("no-op-module", NoOpModulePass())
97-
MODULE_PASS("nsan", NumericalStabilitySanitizerPass())
9897
MODULE_PASS("objc-arc-apelim", ObjCARCAPElimPass())
9998
MODULE_PASS("openmp-opt", OpenMPOptPass())
10099
MODULE_PASS("openmp-opt-postlink",

llvm/lib/Transforms/Instrumentation/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ add_llvm_component_library(LLVMInstrumentation
88
BlockCoverageInference.cpp
99
MemProfiler.cpp
1010
MemorySanitizer.cpp
11-
NumericalStabilitySanitizer.cpp
1211
IndirectCallPromotion.cpp
1312
Instrumentation.cpp
1413
InstrOrderFile.cpp

0 commit comments

Comments
 (0)