OSDN Git Service

[CMake] Apply sandbox profile to target not directory
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 01:32:09 +0000 (01:32 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 01:32:09 +0000 (01:32 +0000)
commite208042f07dc03edf3792aaf87d7cc8dd3238ea0
tree608fbd638f87fd913a6e9b21461dbe9896230275
parent420f51b6aecc97f8c00d88c127d6806cbff851b0
[CMake] Apply sandbox profile to target not directory

When LLVM_DEPENDENCY_DEBUGGING=On we should apply the sandbox only on the target, not the directory. This is important for directories that create more than one target, or for nested directories.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287415 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake