[PATCH] Use the new Windows environment for target detection

Saleem Abdulrasool abdulras at fb.com
Wed Mar 5 11:01:17 PST 2014


Hi majnemer, rnk,

This follows the LLVM change to canonicalise the windows target triple
spellings.  Rather than treating each Windows environment as a single entity,
the environments are now modelled properly as an environment.  This is a
mechanical change to convert the triple use to reflect that change.


http://llvm-reviews.chandlerc.com/D2969

Files:
  include/clang/Basic/Attr.td
  lib/AST/ItaniumCXXABI.cpp
  lib/Basic/TargetInfo.cpp
  lib/Basic/Targets.cpp
  lib/CodeGen/TargetInfo.cpp
  lib/Driver/Driver.cpp
  lib/Driver/Tools.cpp
  lib/Driver/WindowsToolChain.cpp
  lib/Frontend/InitHeaderSearch.cpp
  test/Driver/clang-translation.c
  unittests/ASTMatchers/ASTMatchersTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2969.1.patch
Type: text/x-patch
Size: 21590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140305/42042f3d/attachment.bin>


More information about the llvm-commits mailing list