[PATCH] D47381: [CMake] Use normalized Windows target triples
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 25 11:04:25 PDT 2018
phosek created this revision.
phosek added reviewers: rnk, thakis.
Herald added subscribers: llvm-commits, jkorous, delcypher, mgorny, kubamracek, srhines.
Changes the default Windows target triple returned by
GetHostTriple.cmake from the old environment names (which we wanted to
move away from) to newer, normalized ones. This also requires updating
all tests to use the new systems names in constraints.
Repository:
rL LLVM
https://reviews.llvm.org/D47381
Files:
clang-tools-extra/test/clangd/test-uri-posix.test
clang-tools-extra/test/clangd/test-uri-windows.test
clang/test/CodeGen/2007-06-18-SextAttrAggregate.c
clang/test/CodeGenCXX/vtable-debug-info.cpp
clang/test/Driver/coverage_no_integrated_as.c
clang/test/Driver/crash-report-modules.m
clang/test/Driver/crash-report-null.test
clang/test/Driver/inhibit-downstream-commands.c
clang/test/Driver/linker-opts.c
clang/test/Driver/no-integrated-as.s
clang/test/Lexer/cross-windows-on-linux.cpp
clang/test/Modules/crash-vfs-path-emptydir-entries.m
clang/test/Modules/crash-vfs-path-symlink-component.m
clang/test/Modules/crash-vfs-path-symlink-topheader.m
clang/test/Modules/crash-vfs-path-traversal.m
clang/test/Modules/crash-vfs-relative-overlay.m
clang/test/Modules/crash-vfs-umbrella-frameworks.m
clang/test/SemaTemplate/instantiation-depth-default.cpp
clang/test/VFS/umbrella-framework-import-skipnonexist.m
clang/test/lit.cfg.py
compiler-rt/test/asan/TestCases/Posix/mmap_limit_mb.cc
compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc
compiler-rt/test/asan/TestCases/Posix/strndup_oob_test2.cc
compiler-rt/test/asan/TestCases/allocator_returns_null.cc
compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cc
compiler-rt/test/asan/TestCases/atoll_strict.c
compiler-rt/test/asan/TestCases/heavy_uar_test.cc
compiler-rt/test/asan/TestCases/initialization-bug.cc
compiler-rt/test/asan/TestCases/intra-object-overflow.cc
compiler-rt/test/asan/TestCases/log-path_test.cc
compiler-rt/test/asan/TestCases/pass-object-byval.cc
compiler-rt/test/asan/TestCases/printf-2.c
compiler-rt/test/asan/TestCases/printf-3.c
compiler-rt/test/asan/TestCases/printf-4.c
compiler-rt/test/asan/TestCases/printf-5.c
compiler-rt/test/asan/TestCases/printf-m.c
compiler-rt/test/asan/TestCases/set_shadow_test.c
compiler-rt/test/asan/TestCases/strcasestr-1.c
compiler-rt/test/asan/TestCases/strcasestr-2.c
compiler-rt/test/asan/TestCases/strcasestr_strict.c
compiler-rt/test/asan/TestCases/strcat-overlap.cc
compiler-rt/test/asan/TestCases/strncasecmp_strict.c
compiler-rt/test/asan/TestCases/strtoll_strict.c
compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cc
compiler-rt/test/asan/TestCases/suppressions-function.cc
compiler-rt/test/asan/TestCases/time_interceptor.cc
compiler-rt/test/asan/TestCases/verbose-log-path_test.cc
compiler-rt/test/cfi/bad-split.cpp
compiler-rt/test/cfi/target_uninstrumented.cpp
compiler-rt/test/cfi/two-vcalls.cpp
compiler-rt/test/msan/allocator_returns_null.cc
compiler-rt/test/msan/pvalloc.cc
compiler-rt/test/msan/strndup.cc
compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc
compiler-rt/test/sanitizer_common/TestCases/strcasestr.c
compiler-rt/test/ubsan/TestCases/Misc/enum.cpp
compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cc
compiler-rt/test/ubsan/TestCases/TypeCheck/Function/function.cpp
compiler-rt/test/ubsan/TestCases/TypeCheck/PR33221.cpp
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-corrupted-vtable-itanium.cpp
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-virtual-base-construction.cpp
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-virtual-base.cpp
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp
llvm/cmake/modules/GetHostTriple.cmake
llvm/test/DebugInfo/MIR/X86/no-cfi-loc.mir
llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
llvm/test/ExecutionEngine/MCJIT/eh.ll
llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
llvm/test/ExecutionEngine/MCJIT/remote/eh.ll
llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
llvm/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
llvm/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
llvm/test/ExecutionEngine/OrcMCJIT/eh.ll
llvm/test/ExecutionEngine/OrcMCJIT/multi-module-eh-a.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/eh.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/multi-module-a.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/simpletest-remote.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-common-symbols-remote.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-remote.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
llvm/test/Other/umask.ll
llvm/test/lit.cfg.py
llvm/utils/lit/lit/llvm/config.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47381.148635.patch
Type: text/x-patch
Size: 55834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/8f9b5436/attachment.bin>
More information about the llvm-commits
mailing list