diff options
| author | Julian Lettner <jlettner@apple.com> | 2019-03-07 18:15:23 +0000 |
|---|---|---|
| committer | Julian Lettner <jlettner@apple.com> | 2019-03-07 18:15:23 +0000 |
| commit | 98a00defe1b0ce117a47f69329dfc2be7ba560fc (patch) | |
| tree | f65e7ff8a21b0eb1e1ebcdbc946e85c56021195d /llvm/utils | |
| parent | 92dd321a1479431c894aeb7fac7757f5bf035c52 (diff) | |
| download | bcm5719-llvm-98a00defe1b0ce117a47f69329dfc2be7ba560fc.tar.gz bcm5719-llvm-98a00defe1b0ce117a47f69329dfc2be7ba560fc.zip | |
[Sanitizer] Add 'dispatch' feature to be used in compiler-rt tests
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D59037
llvm-svn: 355617
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn index a5fa1a3f9fb..37898e2e90f 100644 --- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn @@ -40,6 +40,7 @@ write_cmake_config("lit_common_configured") { "COMPILER_RT_TEST_COMPILER_ID=Clang", "PYTHON_EXECUTABLE=$python_path", "COMPILER_RT_DEBUG_PYBOOL=False", + "COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False", "COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" + rebase_path(crt_current_out_dir), "COMPILER_RT_EMULATOR=", |

