[Lldb-commits] [PATCH] D58309: [Reproducers] Have clang make use of lldb's VFS.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 15 15:49:47 PST 2019


aprantl added inline comments.


================
Comment at: lldb/lit/Reproducer/Modules/TestModuleCXX.test:17
+# Capture the debug session.
+# RUN: %lldb -x -b -s %S/Inputs/ModuleCXX.in --capture %t.repro %t.root/a.out | FileCheck %s --check-prefix CAPTURE
+# CAPTURE: (success = 0)
----------------
Does %lldb source the config file that sets the module cache path?
I think it does...


================
Comment at: lldb/lit/Reproducer/Modules/TestModuleCocoa.test:8
+#
+# CHECK: Cocoa.h
----------------
Does this have to be the real Cocoa? It's both really expensive to compile it and will vary based on the SDK.


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

https://reviews.llvm.org/D58309





More information about the lldb-commits mailing list