File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,6 @@ if (WIN32)
120
120
set (ALL_ORC_SUPPORTED_ARCH ${X86_64} )
121
121
endif ()
122
122
123
- if (UNIX )
123
+ if (OS_NAME MATCHES "Linux" )
124
124
set (ALL_PFP_SUPPORTED_ARCH ${X86_64} ${ARM64} )
125
125
endif ()
Original file line number Diff line number Diff line change 1
1
set (PFP_TESTSUITES)
2
2
set (PFP_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS} unwind lld compiler-rt)
3
-
3
+ set (PFP_TEST_USE_LLD True )
4
4
5
5
macro (add_pfp_testsuite arch thinlto)
6
6
set (PFP_TEST_TARGET_ARCH ${arch} )
Original file line number Diff line number Diff line change 11
11
# Default test suffixes.
12
12
config .suffixes = [".c" , ".cpp" ]
13
13
14
- if config .host_os not in ["Linux" ]:
15
- config .unsupported = True
16
-
17
14
# Setup source root.
18
15
config .test_source_root = os .path .dirname (__file__ )
19
16
# Setup default compiler flags used with -fsanitize=memory option.
You can’t perform that action at this time.
0 commit comments