tab to whitespaces

llvm-svn: 274382
This commit is contained in:
Etienne Bergeron 2016-07-01 20:34:25 +00:00
parent a17250d8e0
commit 3652622cef
1 changed files with 2 additions and 2 deletions

View File

@ -155,12 +155,12 @@ macro(add_asan_test test_suite test_name arch kind)
else()
set(configuration_path "")
endif()
if(NOT MSVC)
if(NOT MSVC)
set(asan_test_runtime_path ${configuration_path}lib${ASAN_TEST_RUNTIME}.a)
else()
set(asan_test_runtime_path ${configuration_path}${ASAN_TEST_RUNTIME}.lib)
endif()
list(APPEND TEST_OBJECTS ${asan_test_runtime_path})
list(APPEND TEST_OBJECTS ${asan_test_runtime_path})
endif()
add_compiler_rt_test(${test_suite} ${test_name}
SUBDIR ${TEST_SUBDIR}