[all-commits] [llvm/llvm-project] 41d281: [PDB] Attempt fix for debug-info-codeview-buildinf...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Fri Jul 10 15:53:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 41d2813a5faea1c18b7d329109e0287c5cd9ffea
https://github.com/llvm/llvm-project/commit/41d2813a5faea1c18b7d329109e0287c5cd9ffea
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M clang/cmake/caches/BaremetalARM.cmake
M clang/cmake/caches/CrossWinToARMLinux.cmake
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/test/CMakeLists.txt
M clang/test/CodeGen/debug-info-codeview-buildinfo.c
Log Message:
-----------
[PDB] Attempt fix for debug-info-codeview-buildinfo.c test
This is a bit a shot in the dark, as it doesn't occur on my Windows 10 machines, nor on x64 Linux Ubuntu 18.04.
This patch tries to fix the following kind of error:
- http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/31511/steps/cmake%20stage%201/logs/stdio
- http://lab.llvm.org:8011/builders/clang-ppc64le-linux-lnt/builds/25150/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Adebug-info-codeview-buildinfo.c
- http://lab.llvm.org:8011/builders/fuchsia-x86_64-linux/builds/7947/steps/check/logs/stdio
More information about the All-commits
mailing list