[PATCH] D84013: Correctly emit dwoIDs after ASTFileSignature refactoring (D81347)
David Zarzycki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 24 04:47:47 PDT 2020
davezarzycki added a comment.
Not fighting with how `lit`, `FileCheck`, and shell input/output work would help here:
FAIL: Clang :: Modules/ModuleDebugInfoDwoId.cpp (1 of 1)
******************** TEST 'Clang :: Modules/ModuleDebugInfoDwoId.cpp' FAILED ********************
Script:
--
: 'RUN: at line 3'; rm -rf /tmp/l/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.cache
: 'RUN: at line 4'; /tmp/l/r/bin/clang -cc1 -internal-isystem /tmp/l/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/l/r/tools/clang/test/Modules/Output/ModuleDebugInfoDwoId.cpp.tmp.cache /home/dave/s/l/clang/test/Modules/ModuleDebugInfoDwoId.cpp -I /home/dave/s/l/clang/test/Modules/Inputs -emit-llvm -o - -mllvm -debug-only=pchcontainer | /tmp/l/r/bin/FileCheck --check-prefixes=CHECK,CHECK-REALIDS /home/dave/s/l/clang/test/Modules/ModuleDebugInfoDwoId.cpp
--
Exit Code: 2
Command Output (stderr):
--
clang (LLVM option parsing): Unknown command line argument '-debug-only=pchcontainer'. Try: 'clang (LLVM option parsing) --help'
clang (LLVM option parsing): Did you mean '--debug-pass=pchcontainer'?
FileCheck error: '<stdin>' is empty.
FileCheck command line: /tmp/l/r/bin/FileCheck --check-prefixes=CHECK,CHECK-REALIDS /home/dave/s/l/clang/test/Modules/ModuleDebugInfoDwoId.cpp
--
********************
********************
Failed Tests (1):
Clang :: Modules/ModuleDebugInfoDwoId.cpp
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