Skip to content

Commit dfde0c7

Browse files
committed
Merging r351334:
------------------------------------------------------------------------ r351334 | ibiryukov | 2019-01-16 14:18:59 +0100 (Wed, 16 Jan 2019) | 8 lines Set '-target' flag in the test checking the MacOS include dir To fix a buildbot failure on PS4, see http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/42251 The test was added in r351222 and aims to check only a particular Mac configuration. However it relied on the default compiler target by default, therefore unintentionally failing on PS4. ------------------------------------------------------------------------ llvm-svn: 351343
1 parent 0fbd2b5 commit dfde0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// RUN: cp $(which clang-check) %t/mock-libcxx/bin/
1212
// RUN: cp "%s" "%t/test.cpp"
13-
// RUN: %t/mock-libcxx/bin/clang-check -p "%t" "%t/test.cpp" -- -stdlib=libc++
13+
// RUN: %t/mock-libcxx/bin/clang-check -p "%t" "%t/test.cpp" -- -stdlib=libc++ -target x86_64-apple-darwin
1414

1515
#include <mock_vector>
1616
vector v;

0 commit comments

Comments
 (0)