[PATCH] D85594: [MachO] Add skeletal support for DriverKit platform
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 18:27:47 PDT 2020
gkm added inline comments.
================
Comment at: llvm/unittests/TextAPI/TextStubV4Tests.cpp:761-784
+TEST(TBDv4, Target_i386_driverkit) {
+ static const char TBDv4i386DriverKit[] =
+ "--- !tapi-tbd\n"
+ "tbd-version: 4\n"
+ "targets: [ i386-driverkit ]\n"
+ "install-name: Test.dylib\n"
+ "...\n";
----------------
@cishida, is this sufficient?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85594/new/
https://reviews.llvm.org/D85594
More information about the llvm-commits
mailing list