Go to file
Todd Fiala ba8a82dbe4 Xcode: support gtests that use the Inputs dir
This change adds support for the gtests that require input data
in the Inputs files.  This is done through a new Xcode script
phase that runs the scripts/Xcode/prepare-gtest-run-dir.sh script.
That script simply copies the contents of all unittests/**/Inputs
dirs into ${TARGET_BUILD_DIR}/Inputs before running the test.

This change also renames the Xcode 'gtest-for-debugging' to
'gtest-build', and makes the gtest "build and run" target
depend on gtest-build.  This reduces replication within the
targets.  gtest .c/.cpp files now should only be added to
the gtest-build target.

llvm-svn: 281913
2016-09-19 16:42:41 +00:00
clang Remove InstructionCombining and its related pass from sample pgo passes as we can handle "invoke" correctly. 2016-09-19 16:02:52 +00:00
clang-tools-extra [clang-rename] Fix handling of unchanged files 2016-09-17 17:08:47 +00:00
compiler-rt [compiler-rt] Add support for the dynamic shadow allocation 2016-09-19 15:59:01 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Add amdgcn-mesa-mesa3d target 2016-09-16 22:43:33 +00:00
libcxx [libc++] Fix inline attribute for non-MSVC Windows 2016-09-16 19:12:54 +00:00
libcxxabi Fix side effect in assertion 2016-09-16 08:16:07 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Remove unnecessary const_canst. NFC. 2016-09-19 13:33:38 +00:00
lldb Xcode: support gtests that use the Inputs dir 2016-09-19 16:42:41 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Only set branch weight during sample pgo annotation when max_weight of the branch is non-zero. Otherwise use default static profile to set branch probability. 2016-09-19 16:33:41 +00:00
openmp Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path 2016-09-19 06:55:56 +00:00
parallel-libs [SE] Fix config bug with CUDA tests 2016-09-15 20:26:28 +00:00
polly Fix spelling in CMakeLists 2016-09-19 10:55:31 +00:00