[PATCH] D68720: Support -fstack-clash-protection for x86

Vlad Vereschaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 12:17:43 PST 2020


vvereschaka added a comment.

Also got failed clang tests on Arm/Aarch64 builders

http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/4295
http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64/builds/4277

- FAIL: Clang::stack-clash-protection.c
- FAIL: Clang::stack-clash-protection.c

  error: unable to create target: 'No available targets are compatible with triple "x86_64"'

looks like `REQUIRES: x86-registered-target` keyword is needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68720/new/

https://reviews.llvm.org/D68720





More information about the llvm-commits mailing list