diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2018-08-03 12:21:54 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2018-08-03 12:21:54 +0000 |
| commit | 0e815195711c21ef18f6c936ba140c1a0269b314 (patch) | |
| tree | a2b25549dad251e6f406ec6edabbc11403b7be49 /llvm/unittests | |
| parent | 608f136dbbb3570b61c66478a07b40ad3051fcba (diff) | |
| download | bcm5719-llvm-0e815195711c21ef18f6c936ba140c1a0269b314.tar.gz bcm5719-llvm-0e815195711c21ef18f6c936ba140c1a0269b314.zip | |
convert some tabs to spaces
llvm-svn: 338880
Diffstat (limited to 'llvm/unittests')
| -rw-r--r-- | llvm/unittests/XRay/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/XRay/CMakeLists.txt b/llvm/unittests/XRay/CMakeLists.txt index 89e15047161..33f9ee2fac0 100644 --- a/llvm/unittests/XRay/CMakeLists.txt +++ b/llvm/unittests/XRay/CMakeLists.txt @@ -1,11 +1,11 @@ set(LLVM_LINK_COMPONENTS Support - XRay + XRay ) add_llvm_unittest(XRayTests GraphTest.cpp - ProfileTest.cpp + ProfileTest.cpp ) add_dependencies(XRayTests intrinsics_gen) |

