[PATCH] D100919: [AArch64] Support customizing stack protector guard
Kristof Beyls via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 21 00:39:15 PDT 2021
kristof.beyls added inline comments.
================
Comment at: clang/test/Driver/stack-protector-guard.c:26
-// RUN: not %clang -target aarch64-linux-gnu -mstack-protector-guard-offset=10 %s 2>&1 | \
+// RUN: not %clang -target arm-linux-gnuebi -mstack-protector-guard-offset=10 %s 2>&1 | \
// RUN: FileCheck -check-prefix=INVALID-ARCH3 %s
----------------
I guess you meant to type "-target arm-linux-gnueabi"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100919/new/
https://reviews.llvm.org/D100919
More information about the cfe-commits
mailing list