We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e975d commit 7cba9a3Copy full SHA for 7cba9a3
clang/lib/Driver/ToolChains/Clang.cpp
@@ -1614,9 +1614,6 @@ void Clang::AddAArch64TargetArgs(const ArgList &Args,
1614
CmdArgs.push_back("-aarch64-enable-global-merge=true");
1615
}
1616
1617
- // Enable/disable return address signing and indirect branch targets.
1618
- CollectARMPACBTIOptions(getToolChain(), Args, CmdArgs, true /*isAArch64*/);
1619
-
1620
// Handle -msve_vector_bits=<bits>
1621
auto HandleVectorBits = [&](Arg *A, StringRef VScaleMin,
1622
StringRef VScaleMax) {
0 commit comments