[all-commits] [llvm/llvm-project] 64e4d0: [lit][AIX] Convert clang tests to use 'target={{.*...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Fri Dec 2 09:44:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64e4d03c681a1c43ec22aee9ce32b784ed5aee9c
https://github.com/llvm/llvm-project/commit/64e4d03c681a1c43ec22aee9ce32b784ed5aee9c
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M clang/test/ASTMerge/codegen-body/test.c
M clang/test/Analysis/cfref_PR2519.c
M clang/test/ClangScanDeps/modules-full-by-mod-name.cpp
M clang/test/ClangScanDeps/modules-no-undeclared-includes.c
M clang/test/ClangScanDeps/modules-pch-common-submodule.c
M clang/test/ClangScanDeps/modules-pch-common-via-submodule.c
M clang/test/ClangScanDeps/modules-pch-dangling.c
M clang/test/ClangScanDeps/modules-pch.c
M clang/test/ClangScanDeps/modules-symlink.c
M clang/test/ClangScanDeps/resource_directory.c
M clang/test/CodeGen/cfstring2.c
M clang/test/CodeGen/thinlto-backend-option.ll
M clang/test/CodeGen/thinlto-emit-llvm.c
M clang/test/Driver/clang-offload-bundler-asserts-on.c
M clang/test/Driver/clang-offload-bundler.c
M clang/test/Driver/experimental-library-flag.cpp
M clang/test/Driver/fat-archive-unbundle-ext.c
M clang/test/Driver/hip-version.hip
M clang/test/Driver/thinlto_backend.c
M clang/test/Import/forward-declared-objc-class/test.m
M clang/test/Import/objc-arc/test-cleanup-object.m
M clang/test/Import/objc-autoreleasepool/test.m
M clang/test/Import/objc-definitions-in-expression/test.m
M clang/test/Import/objc-method/test.m
M clang/test/Import/objc-param-decl/test.m
M clang/test/Import/objc-try-catch/test.m
M clang/test/Integration/thinlto_profile_sample_accurate.c
M clang/test/Modules/DebugInfoNamespace.cpp
M clang/test/Modules/DebugInfoSubmoduleImport.c
M clang/test/Modules/DebugInfoTransitiveImport.m
M clang/test/Modules/ExtDebugInfo.cpp
M clang/test/Modules/ExtDebugInfo.m
M clang/test/Modules/ModuleDebugInfo.cpp
M clang/test/Modules/ModuleDebugInfo.m
M clang/test/Modules/ModuleDebugInfoDwoId.cpp
M clang/test/Modules/ModuleModuleDebugInfo.cpp
M clang/test/Modules/autolink.m
M clang/test/Modules/autolinkTBD.m
M clang/test/Modules/builtins.m
M clang/test/Modules/clang_module_file_info.m
M clang/test/Modules/cxx-irgen.cpp
M clang/test/Modules/debug-info-moduleimport-in-module.m
M clang/test/Modules/debug-info-moduleimport.m
M clang/test/Modules/direct-module-import.m
M clang/test/Modules/merge-anon-record-definition-in-objc.m
M clang/test/Modules/merge-extension-ivars.m
M clang/test/Modules/merge-objc-interface-visibility.m
M clang/test/Modules/merge-objc-interface.m
M clang/test/Modules/merge-objc-protocol-visibility.m
M clang/test/Modules/merge-record-definition-nonmodular.m
M clang/test/Modules/merge-record-definition-visibility.m
M clang/test/Modules/merge-record-definition.m
M clang/test/Modules/module-debuginfo-prefix.m
M clang/test/Modules/module-file-home-is-cwd.m
M clang/test/Modules/module_file_info.m
M clang/test/Modules/objc-initializer.m
M clang/test/Modules/pch-used.m
M clang/test/Modules/redecl-ivars.m
M clang/test/Modules/use-exportas-for-link.m
M clang/test/PCH/debug-info-pch-path.c
M clang/test/PCH/externally-retained.m
M clang/test/PCH/irgen-rdar13114142.mm
M clang/test/PCH/objc_container.m
M clang/test/PCH/objc_literals.m
M clang/test/PCH/objc_literals.mm
M clang/test/PCH/objcxx-ivar-class.mm
M clang/test/PCH/pending-ids.m
Log Message:
-----------
[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'
Part of the project to eliminate special handling for triples in lit
expressions.
Differential Revision: https://reviews.llvm.org/D137437
More information about the All-commits
mailing list