summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-07-01 20:34:25 +0000
committerEtienne Bergeron <etienneb@google.com>2016-07-01 20:34:25 +0000
commit3652622cef0c49a597626c4f0f9a85c2e03e7156 (patch)
tree4be15b230356a8d63cbe41ed0d073c45c7bf51a2 /compiler-rt
parenta17250d8e042f6fe1ddd4beaffcfafa3806aee86 (diff)
downloadbcm5719-llvm-3652622cef0c49a597626c4f0f9a85c2e03e7156.tar.gz
bcm5719-llvm-3652622cef0c49a597626c4f0f9a85c2e03e7156.zip
tab to whitespaces
llvm-svn: 274382
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/asan/tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/tests/CMakeLists.txt b/compiler-rt/lib/asan/tests/CMakeLists.txt
index 167e5ef4bf1..be560c63f4e 100644
--- a/compiler-rt/lib/asan/tests/CMakeLists.txt
+++ b/compiler-rt/lib/asan/tests/CMakeLists.txt
@@ -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}
OpenPOWER on IntegriCloud