[Lldb-commits] [PATCH] D47064: Add some apple-tables lookup tests
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 18 07:22:43 PDT 2018
labath added inline comments.
================
Comment at: lit/SymbolFile/DWARF/find-basic-function.cpp:17
// RUN: FileCheck --check-prefix=EMPTY %s
+//
+// RUN: clang %s -g -c -o %t --target=x86_64-apple-macosx
----------------
JDevlieghere wrote:
> `%t.o`?
I prefer %t, as that makes the RUN lines below identical to the elf versions (in elf I use %t.o because I need an extra lld step).
https://reviews.llvm.org/D47064
More information about the lldb-commits
mailing list