[PATCH] D84013: Correctly emit dwoIDs after ASTFileSignature refactoring (D81347)

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 24 04:03:30 PDT 2020


teemperor added a comment.

In D84013#2233242 <https://reviews.llvm.org/D84013#2233242>, @davezarzycki wrote:

> I have an auto-bisecting cron job that has identified the "reland" as breaking the test suite on Fedora 32 (x86). Is there a quick fix or can we revert the reland?
>
>   FAIL: Clang :: Modules/ModuleDebugInfoDwoId.cpp (12657 of 68968)
>   ******************** TEST 'Clang :: Modules/ModuleDebugInfoDwoId.cpp' FAILED ********************
>   Script:
>   --
>   : 'RUN: at line 3';   rm -rf /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.cache
>   : 'RUN: at line 4';   /tmp/_update_lc/r/bin/clang -cc1 -internal-isystem /tmp/_update_lc/r/lib/clang/12.0.0/include -nostdsysteminc -triple x86_64-unknown-linux-gnu -x objective-c++ -std=c++11 -debugger-tuning=lldb -debug-info-kind=limited -fmodules -fmodule-format=obj -dwarf-ext-refs -fimplicit-module-maps -fmodules-cache-path=/tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.cache /home/dave/ro_s/lp/clang/test/Modules/ModuleDebugInfoDwoId.cpp -I /home/dave/ro_s/lp/clang/test/Modules/Inputs -emit-llvm -o /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.ll -mllvm -debug-only=pchcontainer 2> /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.mod-out
>   : 'RUN: at line 5';   cat /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.ll > /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.combined_output
>   : 'RUN: at line 6';   cat /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.mod-out >> /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.combined_output
>   : 'RUN: at line 7';   cat /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.combined_output | /tmp/_update_lc/r/bin/FileCheck /home/dave/ro_s/lp/clang/test/Modules/ModuleDebugInfoDwoId.cpp
>   : 'RUN: at line 8';   cat /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.ll | /tmp/_update_lc/r/bin/FileCheck --check-prefix=CHECK-REALIDS /home/dave/ro_s/lp/clang/test/Modules/ModuleDebugInfoDwoId.cpp
>   : 'RUN: at line 9';   cat /tmp/_update_lc/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.mod-out | /tmp/_update_lc/r/bin/FileCheck --check-prefix=CHECK-REALIDS /home/dave/ro_s/lp/clang/test/Modules/ModuleDebugInfoDwoId.cpp
>   --
>   Exit Code: 1
>   
>   
>   ********************
>   Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
>   ********************
>   Failed Tests (1):
>     Clang :: Modules/ModuleDebugInfoDwoId.cpp

I'm still not sure why the test is failing ("Exit Code: 1" isn't incredibly enlightening), so I reverted in 2b3074c0d14cadbd9595346fc795d4a49a479a20 <https://reviews.llvm.org/rG2b3074c0d14cadbd9595346fc795d4a49a479a20>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84013/new/

https://reviews.llvm.org/D84013



More information about the cfe-commits mailing list