[all-commits] [llvm/llvm-project] 8cee15: [C++, test] Fix typo in NSS* vars
RoboTux via All-commits
all-commits at lists.llvm.org
Tue Apr 20 04:07:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cee150e9ac467dd93199722b8bd8af3024df697
https://github.com/llvm/llvm-project/commit/8cee150e9ac467dd93199722b8bd8af3024df697
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M clang/test/CodeGenCXX/split-stacks.cpp
Log Message:
-----------
[C++, test] Fix typo in NSS* vars
The NSS FileCheck variables at the end of the
CodeGenCXX/split-stacks.cpp clang testcase are off by 1, resulting in
the use of an undefined variable (NSS3). One of the CHECK-NOT is also
redundant because _Z8tnosplitIiEiv uses the same attribute as _Z3foov
without split stack. This commit fixes that.
Reviewed By: ChuanqiXu
Differential Revision: https://reviews.llvm.org/D99839
More information about the All-commits
mailing list