llvm-project/compiler-rt/test
Peter S. Housel 2be5abb7e9 [ORC][ORC_RT] Handle ELF .init_array with non-default priority
ELF-based platforms currently support defining multiple static
initializer table sections with differing priorities, for example
.init_array.0 or .init_array.100; the default .init_array corresponds
to a priority of 65535. When building a shared library or executable,
the system linker normally sorts these sections and combines them into
a single .init_array section. This change adds the capability to
recognize ELF static initializers with priorities other than the
default, and to properly sort them by priority, to Orc and the Orc
runtime.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D127056
2022-06-09 22:47:58 -07:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan [test] Remove an outdated FIXME 2022-06-01 08:17:46 +09:00
builtins Speculatively fix build bots 2022-04-20 12:02:16 -04:00
cfi [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
crt [crt][test] Fix dso_handle.cpp for Linux systems which default to PIE 2022-04-07 09:37:59 -07:00
dfsan [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
fuzzer Fix TableLookupTest on FreeBSD 2022-06-09 09:24:09 -04:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan [compiler-rt][sanitizer] Have all OOM-related error messages start with the same format 2022-06-07 16:46:01 -07:00
interception
lsan Fix for e1d84c421d 2022-06-07 17:28:24 -07:00
memprof [sanitizer] Check if directory exists before trying to create 2022-02-13 06:59:32 -08:00
msan [msan][test] Fix cpusetsize for another pthread_getaffinity_np.cpp test 2022-06-08 20:08:05 -07:00
orc [ORC][ORC_RT] Handle ELF .init_array with non-default priority 2022-06-09 22:47:58 -07:00
profile XFAIL some PGO tests on AIX until the new linker becomes publicly available. 2022-05-06 01:35:32 +00:00
safestack Speculatively fix build bot 2022-04-20 13:39:53 -04:00
sanitizer_common [Sanitizers] prctl interception update for the PR_SET_VMA option case. 2022-06-09 06:07:26 +01:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack
tsan [TSan][Darwin] Deflake test 2022-05-27 10:19:56 -07:00
ubsan [ubsan][test] Unsupport Android for new test diag-stacktrace.cpp 2022-04-12 12:55:44 -07:00
ubsan_minimal [test] Fix unused FileCheck prefixes in compiler-rt 2021-02-01 22:32:13 -08:00
xray [compiler-rt][xray] Disable fdr-reinit test on Arm 2022-02-14 13:36:51 +00:00
.clang-format [tests][sanitizers] Don't reflow comments 2021-08-03 12:54:00 -07:00
.clang-tidy [NFC][compiler-rt] Refine .clang-tidy checks 2020-09-05 15:42:15 -07:00
CMakeLists.txt Generalize "check-all" umbrella targets, use for check-clang-tools 2022-05-06 12:30:49 +02:00
lit.common.cfg.py PPC+TSan whack-a-mole, round 3. 2022-05-20 14:21:58 -07:00
lit.common.configured.in [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00