Skip to content
  1. Feb 28, 2013
  2. Feb 27, 2013
  3. Feb 25, 2013
  4. Feb 22, 2013
  5. Feb 20, 2013
  6. Feb 15, 2013
  7. Oct 24, 2012
    • Ulrich Weigand's avatar
      A number of test cases assume that an "int" parameter or return value · 35668cc4
      Ulrich Weigand authored
      will be represented in the IR as a plain "i32" type.  This causes the
      tests to spuriously fail on platforms where int is not a 32-bit type,
      or where the ABI requires attributes like "signext" or "zeroext" to
      be used.
      
      This patch adds -triple or -target parameters to force those tests
      to use the i386-unknown-unknown target.
      
      llvm-svn: 166551
      35668cc4
  8. Aug 16, 2011
Loading