summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2024-08-10 23:47:48 -0700
committerAmir Ayupov <aaupov@fb.com>2024-08-10 23:47:48 -0700
commit6e733cb2ee2f80ce3ca3095f5a9dd1c1d22789d7 (patch)
tree5b459e8b7d90af381df39dba6d2d430c6a2e4fa7 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent732c302187ce0bf0279bbf75f7067cf34bc63cfc (diff)
parent242f4e85eb5caa462a9835ac85c49e4a78dc1703 (diff)
[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.mcprofgennfc-expand-auto-for-mcdecodedpseudoprobe
Created using spr 1.3.4 [skip ci]
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
index fd4ae109b4bb..d4dbab04e8ec 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
@@ -2141,6 +2141,8 @@ static Attribute::AttrKind getAttrFromCode(uint64_t Code) {
return Attribute::SanitizeMemory;
case bitc::ATTR_KIND_SANITIZE_NUMERICAL_STABILITY:
return Attribute::SanitizeNumericalStability;
+ case bitc::ATTR_KIND_SANITIZE_REALTIME:
+ return Attribute::SanitizeRealtime;
case bitc::ATTR_KIND_SPECULATIVE_LOAD_HARDENING:
return Attribute::SpeculativeLoadHardening;
case bitc::ATTR_KIND_SWIFT_ERROR: