llvm-project/compiler-rt/test
Ismail Donmez b8dd5078ee Add missing signal.h header:
/havana/work/llvm/projects/compiler-rt/test/asan/TestCases/Linux/swapcontext_annotation.cc:158:20: error: variable has incomplete type 'struct sigaction'
  struct sigaction act = {};
                   ^
/havana/work/llvm/projects/compiler-rt/test/asan/TestCases/Linux/swapcontext_annotation.cc:158:10: note: forward declaration of 'sigaction'
  struct sigaction act = {};
         ^
/havana/work/llvm/projects/compiler-rt/test/asan/TestCases/Linux/swapcontext_annotation.cc:160:17: error: use of undeclared identifier 'SIGPROF'
  if (sigaction(SIGPROF, &act, 0)) {
                ^
2 errors generated.

llvm-svn: 319532
2017-12-01 11:12:58 +00:00
..
BlocksRuntime
asan Add missing signal.h header: 2017-12-01 11:12:58 +00:00
builtins [builtins][ARM] re-enable mulsc3_test.c on Arm 2017-11-16 13:00:17 +00:00
cfi Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00
dfsan [mips] XFAIL dfsan's custom.cc test on mips64. 2017-05-09 19:17:16 +00:00
esan [tsan] Update unittest for logging changes of r308637 2017-07-20 20:06:00 +00:00
fuzzer [libFuzzer] Fix flaky merge.test. 2017-11-17 00:11:12 +00:00
interception Revert "[interception] Check for export table's size before referring to its elements." 2017-01-22 03:30:14 +00:00
lsan [LSan] Disable a couple of failing tests on PPC64 (pending investigation). 2017-10-27 00:29:40 +00:00
msan [msan] Intercept __strxfrm_l. 2017-10-25 21:40:17 +00:00
profile [PGO] Add a test case for infinite loops 2017-11-30 19:37:56 +00:00
safestack Factor out "stable-runtime" feature and enable it on all android. 2017-10-10 23:37:26 +00:00
sanitizer_common Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00
scudo Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00
tsan Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00
ubsan Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00
ubsan_minimal Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00
xray [XRay][compiler-rt] Migrate basic mode logging to the XRay framework 2017-11-21 07:29:21 +00:00
CMakeLists.txt Allow compiler-rt test targets to work with multi-config CMake generators 2017-11-13 12:57:54 +00:00
lit.common.cfg Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00
lit.common.configured.in Revert "[ubsan] lit changes for lld testing, future lto testing." 2017-12-01 10:09:27 +00:00