1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

convert some tabs to spaces

llvm-svn: 338880
This commit is contained in:
Nico Weber 2018-08-03 12:21:54 +00:00
parent ad1fff0c4d
commit e27c5b613c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
add_llvm_library(LLVMXRay
InstrumentationMap.cpp
Profile.cpp
Profile.cpp
Trace.cpp
ADDITIONAL_HEADER_DIRS

View File

@ -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)