Skip to content

Commit 85e1fdc

Browse files
committed
[compiler-rt][XRay] Default COMPILER_RT_BUILD_XRAY to ON
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@277975 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 118e955 commit 85e1fdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ option(COMPILER_RT_BUILD_BUILTINS "Build builtins" ON)
3838
mark_as_advanced(COMPILER_RT_BUILD_BUILTINS)
3939
option(COMPILER_RT_BUILD_SANITIZERS "Build sanitizers" ON)
4040
mark_as_advanced(COMPILER_RT_BUILD_SANITIZERS)
41-
42-
# TODO: Flip this to default ON when build bots recognize this new option.
43-
option(COMPILER_RT_BUILD_XRAY "Build xray" OFF)
41+
option(COMPILER_RT_BUILD_XRAY "Build xray" ON)
4442
mark_as_advanced(COMPILER_RT_BUILD_XRAY)
4543

4644
if (COMPILER_RT_STANDALONE_BUILD)

0 commit comments

Comments
 (0)