From 8e1f47b596b28fbc88cf32e8f46eb2fecb145fb2 Mon Sep 17 00:00:00 2001 From: Mitch Phillips <31459023+hctim@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:10:40 -0700 Subject: Revert "Add sanitizer metadata attributes to clang IR gen." This reverts commit e7766972a6790e25dbb4ce3481f57e9792b49269. Broke the Windows buildbots. --- clang/lib/CodeGen/CodeGenModule.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 779d94a..5097ef0 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1314,9 +1314,8 @@ public: bool isInNoSanitizeList(SanitizerMask Kind, llvm::Function *Fn, SourceLocation Loc) const; - bool isInNoSanitizeList(SanitizerMask Kind, llvm::GlobalVariable *GV, - SourceLocation Loc, QualType Ty, - StringRef Category = StringRef()) const; + bool isInNoSanitizeList(llvm::GlobalVariable *GV, SourceLocation Loc, + QualType Ty, StringRef Category = StringRef()) const; /// Imbue XRay attributes to a function, applying the always/never attribute /// lists in the process. Returns true if we did imbue attributes this way, -- cgit v1.1