[PATCH] D47153: [Support] Avoid normalization in sys::getDefaultTargetTriple

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 10:15:55 PDT 2018


phosek updated this revision to Diff 148240.
phosek marked an inline comment as done.
Herald added subscribers: kubamracek, srhines.

Repository:
  rL LLVM

https://reviews.llvm.org/D47153

Files:
  clang/lib/Frontend/CompilerInvocation.cpp
  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/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/lit.cfg.py
  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/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/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/lib/Support/Unix/Host.inc
  llvm/lib/Support/Windows/Host.inc
  llvm/test/lit.cfg.py
  llvm/utils/lit/lit/llvm/config.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47153.148240.patch
Type: text/x-patch
Size: 29992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180523/4f8dfecc/attachment.bin>


More information about the llvm-commits mailing list