[all-commits] [llvm/llvm-project] 05d172: [VE] Optimize toolchain regression test
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Sun Dec 13 03:30:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 05d1729232cdff323cafd469532504aa85740967
https://github.com/llvm/llvm-project/commit/05d1729232cdff323cafd469532504aa85740967
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-13 (Sun, 13 Dec 2020)
Changed paths:
A clang/test/Driver/Inputs/basic_ve_tree/opt/nec/ve/lib/crt1.o
A clang/test/Driver/Inputs/basic_ve_tree/opt/nec/ve/lib/crti.o
A clang/test/Driver/Inputs/basic_ve_tree/opt/nec/ve/lib/crtn.o
A clang/test/Driver/Inputs/basic_ve_tree/resource_dir/lib/linux/clang_rt.crtbegin-ve.o
A clang/test/Driver/Inputs/basic_ve_tree/resource_dir/lib/linux/clang_rt.crtend-ve.o
A clang/test/Driver/Inputs/basic_ve_tree/resource_dir/lib/linux/libclang_rt.builtins-ve.a
M clang/test/Driver/ve-toolchain.c
M clang/test/Driver/ve-toolchain.cpp
Log Message:
-----------
[VE] Optimize toolchain regression test
Optimize toolchain regression test for VE by removing not a useful test
(-fuse-init-array test) and merge several tests to one test which checks
default behavior of driver. Also add sysroot to reduce conflicts.
These are suggested in https://reviews.llvm.org/D92996.
Thank you so much.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D93084
More information about the All-commits
mailing list