[llvm-commits] [PATCH] Re-introduce llvm::sys::getHostTriple() function.

Peter Collingbourne peter at pcc.me.uk
Mon Jan 14 18:04:32 PST 2013


  Switch to using host triple for Windows checks.

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D254?vs=638&id=695#toc

Files:
  Makefile.config.in
  include/llvm/Support/Host.h
  lib/ExecutionEngine/TargetSelect.cpp
  lib/Support/Host.cpp
  test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll
  test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll
  test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll
  test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll
  test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll
  test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll
  test/ExecutionEngine/MCJIT/2003-01-15-AlignmentTest.ll
  test/ExecutionEngine/MCJIT/2003-05-06-LivenessClobber.ll
  test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll
  test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll
  test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll
  test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll
  test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll
  test/ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll
  test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll
  test/ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
  test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
  test/ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll
  test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll
  test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll
  test/ExecutionEngine/MCJIT/fpbitcast.ll
  test/ExecutionEngine/MCJIT/hello.ll
  test/ExecutionEngine/MCJIT/hello2.ll
  test/ExecutionEngine/MCJIT/pr13727.ll
  test/ExecutionEngine/MCJIT/simplesttest.ll
  test/ExecutionEngine/MCJIT/simpletest-remote.ll
  test/ExecutionEngine/MCJIT/simpletest.ll
  test/ExecutionEngine/MCJIT/stubs-remote.ll
  test/ExecutionEngine/MCJIT/stubs.ll
  test/ExecutionEngine/MCJIT/test-arith.ll
  test/ExecutionEngine/MCJIT/test-branch.ll
  test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll
  test/ExecutionEngine/MCJIT/test-call.ll
  test/ExecutionEngine/MCJIT/test-cast.ll
  test/ExecutionEngine/MCJIT/test-common-symbols-alignment.ll
  test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll
  test/ExecutionEngine/MCJIT/test-common-symbols.ll
  test/ExecutionEngine/MCJIT/test-constantexpr.ll
  test/ExecutionEngine/MCJIT/test-data-align-remote.ll
  test/ExecutionEngine/MCJIT/test-data-align.ll
  test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
  test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll
  test/ExecutionEngine/MCJIT/test-fp.ll
  test/ExecutionEngine/MCJIT/test-global-ctors.ll
  test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll
  test/ExecutionEngine/MCJIT/test-global-init-nonzero.ll
  test/ExecutionEngine/MCJIT/test-global.ll
  test/ExecutionEngine/MCJIT/test-loadstore.ll
  test/ExecutionEngine/MCJIT/test-local.ll
  test/ExecutionEngine/MCJIT/test-logical.ll
  test/ExecutionEngine/MCJIT/test-loop.ll
  test/ExecutionEngine/MCJIT/test-phi.ll
  test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll
  test/ExecutionEngine/MCJIT/test-ptr-reloc.ll
  test/ExecutionEngine/MCJIT/test-ret.ll
  test/ExecutionEngine/MCJIT/test-return.ll
  test/ExecutionEngine/MCJIT/test-setcond-fp.ll
  test/ExecutionEngine/MCJIT/test-setcond-int.ll
  test/ExecutionEngine/MCJIT/test-shift.ll
  test/Makefile
  test/lit.cfg
  test/lit.site.cfg.in
  tools/llvm-jitlistener/llvm-jitlistener.cpp
  unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D254.3.patch
Type: text/x-patch
Size: 30966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130114/7bbb6ce6/attachment.bin>


More information about the llvm-commits mailing list