Skip to content

Commit e3b0ef7

Browse files
authored
[RISCV] Remove forced-sw-shadow-stack in RISCVFeatures.td (#115447)
This patch removes forced-sw-shadow-stack related statements in RISCVFeatures.td, which was missed in the last patch #115355
1 parent 6e4cd46 commit e3b0ef7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,8 +1461,3 @@ def FeatureTaggedGlobals : SubtargetFeature<"tagged-globals",
14611461
"AllowTaggedGlobals",
14621462
"true", "Use an instruction sequence for taking the address of a global "
14631463
"that allows a memory tag in the upper address bits">;
1464-
1465-
def FeatureForcedSWShadowStack : SubtargetFeature<
1466-
"forced-sw-shadow-stack", "HasForcedSWShadowStack", "true",
1467-
"Implement shadow stack with software.">;
1468-
def HasForcedSWShadowStack : Predicate<"Subtarget->hasForcedSWShadowStack()">;

0 commit comments

Comments
 (0)