hanchenye-llvm-project/compiler-rt/test
Alexander Potapenko 14f8ac04e3 Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Clang's lit cfg already detects the currently selected SDK via
"xcrun --show-sdk-path". The same thing should be done for compiler-rt tests,
to make them work on recent OS X versions. Instead of duplicating the detection
code, this patch extracts the detection function into a lit.util method.

Patch by Kuba Brecka (kuba.brecka@gmail.com),
reviewed at http://reviews.llvm.org/D4072

llvm-svn: 210534
2014-06-10 14:22:00 +00:00
..
BlocksRuntime
asan [asan] Disable a flaky test. 2014-06-10 08:32:01 +00:00
builtins Implement __divtf3 for IEEE quad precision. 2014-05-30 11:08:18 +00:00
dfsan [dfsan] Fix the declaration of dfsan_add_label. 2014-06-04 17:54:51 +00:00
lsan Add %run to all lit tests 2014-04-30 21:34:17 +00:00
msan Fix line numbers for code inlined from __nodebug__ functions. 2014-06-09 09:09:19 +00:00
profile Run common and profile tests in cross-compiled builds. 2014-05-20 22:04:27 +00:00
sanitizer_common Un-xfail passing ARM Android tests 2014-06-06 18:06:58 +00:00
tsan [TSan] Exclude blacklist tests from manual test runner 2014-06-09 22:02:14 +00:00
ubsan light up sanitizers for ARM, take 2 2014-05-29 22:38:13 +00:00
CMakeLists.txt InstrProf: Add simple compiler-rt test 2014-03-31 22:45:37 +00:00
lit.common.cfg Add detection of OS X relocatable SDK to compiler-rt as a lit.util function 2014-06-10 14:22:00 +00:00
lit.common.configured.in XFAIL ptrace test on arm 2014-05-20 23:31:26 +00:00