From: Nico Weber Date: Fri, 14 Jun 2019 12:58:17 +0000 (+0000) Subject: Revert r363298 "[lit] Disable test on darwin when building shared libs." X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb16511ae6dd945453f28f988225c102dc19fb7d;p=clang Revert r363298 "[lit] Disable test on darwin when building shared libs." It broke running check-lld on mac, see https://reviews.llvm.org/D61697 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363379 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp b/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp index 26a6a8ad6e..f6424380d7 100644 --- a/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp +++ b/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp @@ -16,7 +16,5 @@ // // ^ -ccc-install-dir passed to unbreak tests on *BSD where // getMainExecutable() relies on real argv[0] being passed -// -// UNSUPPORTED: enable_shared #include vector v;