[all-commits] [llvm/llvm-project] 3a79f1: [Driver][test] Restore %clang -cc1 in test/Driver
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Sep 29 12:22:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a79f1caa9bd1e43f4e0e9187b87c978105c40b1
https://github.com/llvm/llvm-project/commit/3a79f1caa9bd1e43f4e0e9187b87c978105c40b1
Author: Fangrui Song <i at maskray.me>
Date: 2022-09-29 (Thu, 29 Sep 2022)
Changed paths:
M clang/test/Driver/debug-options.c
M clang/test/Driver/hlsl-entry.cpp
M clang/test/Driver/hlsl_no_stdinc.hlsl
M clang/test/Driver/linker-wrapper-image.c
M clang/test/Driver/linker-wrapper.c
M clang/test/Driver/lit.local.cfg
M clang/test/Driver/offload-packager.c
M clang/test/Driver/reloc-model.c
M clang/test/Driver/riscv-features.c
Log Message:
-----------
[Driver][test] Restore %clang -cc1 in test/Driver
This partially reverts commit 1609a5d7715c06ff52c13af8b20ee64811a8ec7b (the
test/Driver part). We want to discourage %clang_cc1 and clang -cc1 in
test/Driver. The clang -cc1 uses in hlsl/offload/etc are not good examples.
More information about the All-commits
mailing list