[all-commits] [llvm/llvm-project] 0b72b7: [Dexter] Fix incorrect substitution errors in clan...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Aug 21 09:23:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b72b71cd3c8ad824342c05bc6d9d64d87eeb81b
https://github.com/llvm/llvm-project/commit/0b72b71cd3c8ad824342c05bc6d9d64d87eeb81b
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter-tests/global-constant.cpp
M cross-project-tests/debuginfo-tests/dexter-tests/hello.c
M cross-project-tests/debuginfo-tests/dexter-tests/inline-line-gap.cpp
M cross-project-tests/debuginfo-tests/dexter-tests/nrvo.cpp
M cross-project-tests/debuginfo-tests/dexter-tests/optnone-vectors-and-functions.cpp
M cross-project-tests/debuginfo-tests/dexter-tests/realigned-frame.cpp
M cross-project-tests/lit.cfg.py
Log Message:
-----------
[Dexter] Fix incorrect substitution errors in clang-cl builder
Following 262520a3, tests on windows bots began failing due to an incorrect
substitution in the previous patch, where clang-cl was used instead of
clang_cl.
Also fixes an inconsistency in the builders used for some of the tests
in 'dexter-tests', where %clang++ was used for some tests and %clang for
tests that should have identical RUN lines.
More information about the All-commits
mailing list