[all-commits] [llvm/llvm-project] 7e5922: [test] %clang_cc1: remove redundant actions
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun May 5 10:46:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e59223ac4b045178c287a56154113d5989572f4
https://github.com/llvm/llvm-project/commit/7e59223ac4b045178c287a56154113d5989572f4
Author: Fangrui Song <i at maskray.me>
Date: 2024-05-05 (Sun, 05 May 2024)
Changed paths:
M clang/test/AST/arithmetic-fence-builtin.c
M clang/test/ASTMerge/codegen-exprs/test.c
M clang/test/CXX/module/module.private.frag/p1.cpp
M clang/test/CodeGen/PowerPC/builtins-ppc-fpconstrained.c
M clang/test/CodeGen/PowerPC/builtins-ppc-vec-ins-error.c
M clang/test/CodeGen/PowerPC/vector-bool-pixel-altivec-init-no-parentheses.c
M clang/test/CodeGen/PowerPC/vector-bool-pixel-altivec-init.c
M clang/test/CodeGen/PowerPC/vector-compat-pixel-bool-ternary.c
M clang/test/CodeGen/PowerPC/vector-compat-pixel-bool.c
M clang/test/CodeGen/PowerPC/vector-compat-ternary.c
M clang/test/CodeGen/PowerPC/vector-compat.c
M clang/test/CodeGen/aarch64-ABI-align-packed-assembly.c
M clang/test/CodeGen/aarch64-neon-intrinsics.c
M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c
M clang/test/CodeGen/builtins-nvptx-native-half-type-err.c
M clang/test/CodeGen/builtins-nvptx-native-half-type.c
M clang/test/CodeGen/math-builtins-long.c
M clang/test/CodeGen/pch-dllexport.cpp
M clang/test/CodeGen/thinlto-loop-vectorize-pm.c
M clang/test/CodeGenCXX/module-intializer.cpp
M clang/test/CodeGenOpenCL/builtins-amdgcn-raytracing.cl
M clang/test/CodeGenSYCL/function-attrs.cpp
M clang/test/CoverageMapping/pr32679.cpp
M clang/test/Frontend/output-paths.c
M clang/test/Headers/ms-arm64-intrin.cpp
M clang/test/Modules/cxx20-10-5-ex1.cpp
M clang/test/Modules/cxx20-importing-function-bodies.cppm
M clang/test/Modules/cxx20-include-translation.cpp
M clang/test/Modules/eagerly-load-cxx-named-modules.cppm
M clang/test/Modules/load-module-with-errors.m
M clang/test/Modules/no-import-func-body.cppm
M clang/test/Modules/odr_using_dependent_name.cppm
M clang/test/Modules/pr59780.cppm
M clang/test/Modules/pr61067.cppm
M clang/test/SemaCUDA/call-kernel-from-kernel.cu
M clang/test/SemaCUDA/constexpr-variables.cu
Log Message:
-----------
[test] %clang_cc1: remove redundant actions
ParseFrontendArgs takes the last OPT_Action_Group option. The other
actions are overridden.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list