[all-commits] [llvm/llvm-project] 722922: [clang][Interp][NFC] Run record tests on i686 as well
    Timm Bäder via All-commits 
    all-commits at lists.llvm.org
       
    Fri Oct 14 02:48:16 PDT 2022
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72292271f6635a812bef42814808f60070297268
      https://github.com/llvm/llvm-project/commit/72292271f6635a812bef42814808f60070297268
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)
  Changed paths:
    M clang/test/AST/Interp/records.cpp
  Log Message:
  -----------
  [clang][Interp][NFC] Run record tests on i686 as well
So we have some test coverage on a 32bit arch.
  Commit: b3d495e7e082c3a3c77bfcf2ed928f6f18f69fc4
      https://github.com/llvm/llvm-project/commit/b3d495e7e082c3a3c77bfcf2ed928f6f18f69fc4
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)
  Changed paths:
    M clang/test/AST/Interp/records.cpp
  Log Message:
  -----------
  [clang][Interp][NFC] Explain why tests are disabled
Disabled to make the buildbots happy in
c004d7534dcefcfebc3e07a7fa12f5492be80279. In C++14, the functions here
use a MaterializeTemporaryExpr, which the new constant interpreter
doesn't support yet. Add comments for this and two new RUN lines.
Compare: https://github.com/llvm/llvm-project/compare/ae27323428ff...b3d495e7e082
    
    
More information about the All-commits
mailing list