Skip to content

Commit a8c99dc

Browse files
committed
!fixup [AArch64]
1 parent 8cb47ca commit a8c99dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include "llvm/Support/Path.h"
5656
#include "llvm/Support/Process.h"
5757
#include "llvm/Support/YAMLParser.h"
58+
#include "llvm/TargetParser/AArch64TargetParser.h"
5859
#include "llvm/TargetParser/ARMTargetParserCommon.h"
5960
#include "llvm/TargetParser/Host.h"
6061
#include "llvm/TargetParser/LoongArchTargetParser.h"
@@ -1511,6 +1512,7 @@ static void CollectARMPACBTIOptions(const ToolChain &TC, const ArgList &Args,
15111512
} else {
15121513
StringRef DiagMsg;
15131514
llvm::ARM::ParsedBranchProtection PBP;
1515+
bool EnablePAuthLR = false;
15141516

15151517
// To know if we need to enable PAuth-LR As part of the standard branch
15161518
// protection option, it needs to be determined if the feature has been

0 commit comments

Comments
 (0)