[PATCH] D54518: [GlobalISel] Fix insertion of stack-protector epilogue
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 1 05:05:22 PST 2018
davezarzycki added a comment.
Hello,
r347862 of this change broke the ability to run the test suite with the ARM64 backend enabled BUT without the ARM backend enabled. Was this intentional? See below:
Dave
********************
FAIL: LLVM :: CodeGen/AArch64/GlobalISel/irtranslator-stackprotect-check.ll (18353 of 44268)
- TEST 'LLVM :: CodeGen/AArch64/GlobalISel/irtranslator-stackprotect-check.ll' FAILED ********************
Script:
-------
: 'RUN: at line 1'; /home/dave/s/lc/t/bin/llc -O0 -stop-before=irtranslator -global-isel /home/dave/s/lc/test/CodeGen/AArch64/GlobalISel/irtranslator-stackprotect-check.ll -o - | /home/dave/s/lc/t/bin/FileCheck /home/dave/s/lc/test/CodeGen/AArch64/GlobalISel/irtranslator-stackprotect-check.ll
: 'RUN: at line 2'; /home/dave/s/lc/t/bin/llc -O0 -stop-after=irtranslator -verify-machineinstrs -global-isel /home/dave/s/lc/test/CodeGen/AArch64/GlobalISel/irtranslator-stackprotect-check.ll -o - | /home/dave/s/lc/t/bin/FileCheck --check-prefixes CHECK,CHECK-MIR /home/dave/s/lc/test/CodeGen/AArch64/GlobalISel/irtranslator-stackprotect-check.ll
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Exit Code: 2
Command Output (stderr):
------------------------
/home/dave/s/lc/t/bin/llc: error: : error: unable to get target for 'armv8-arm-none-eabi', see --version and --triple.
FileCheck error: '-' is empty.
FileCheck command line: /home/dave/s/lc/t/bin/FileCheck /home/dave/s/lc/test/CodeGen/AArch64/GlobalISel/irtranslator-stackprotect-check.ll
-
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54518/new/
https://reviews.llvm.org/D54518
More information about the llvm-commits
mailing list