Xray instrumentation / enabling more tests
authorKamil Rytarowski <n54@gmx.com>
Thu, 22 Feb 2018 06:08:26 +0000 (06:08 +0000)
committerKamil Rytarowski <n54@gmx.com>
Thu, 22 Feb 2018 06:08:26 +0000 (06:08 +0000)
commit80c2a794376c9086fa10d6363a807a0b6ca90a04
treef53cb8acbd059695bb94bf164bd1f6908aa8797b
parent0ac2eb7369f8acb6c7c5485299abc66cdcca04b0
Xray instrumentation / enabling more tests

Summary:
The Unix subdirectory mostly allows only on Linux x86_64 but now we can target x86_64 arch in general.

Patch by David CARLIER

Reviewers: krytarowski, dberris, emaste

Reviewed By: krytarowski, dberris, emaste

Subscribers: emaste, llvm-commits, #sanitizers

Differential Revision: https://reviews.llvm.org/D43382

llvm-svn: 325743
41 files changed:
compiler-rt/test/xray/TestCases/Linux/always-never-instrument.cc
compiler-rt/test/xray/TestCases/Linux/arg1-arg0-logging.cc
compiler-rt/test/xray/TestCases/Linux/arg1-logger.cc
compiler-rt/test/xray/TestCases/Linux/arg1-logging-implicit-this.cc
compiler-rt/test/xray/TestCases/Linux/argv0-log-file-name.cc
compiler-rt/test/xray/TestCases/Linux/basic-filtering.cc
compiler-rt/test/xray/TestCases/Linux/common-trampoline-alignment.cc
compiler-rt/test/xray/TestCases/Linux/coverage-sample.cc
compiler-rt/test/xray/TestCases/Linux/custom-event-handler-alignment.cc
compiler-rt/test/xray/TestCases/Linux/custom-event-logging.cc
compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc
compiler-rt/test/xray/TestCases/Linux/fdr-single-thread.cc
compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc
compiler-rt/test/xray/TestCases/Linux/fixedsize-logging.cc
compiler-rt/test/xray/TestCases/Linux/func-id-utils.cc
compiler-rt/test/xray/TestCases/Linux/logging-modes.cc
compiler-rt/test/xray/TestCases/Linux/optional-inmemory-log.cc
compiler-rt/test/xray/TestCases/Linux/patching-unpatching.cc
compiler-rt/test/xray/TestCases/Linux/pic_test.cc
compiler-rt/test/xray/TestCases/Linux/quiet-start.cc
compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/arg1-logger.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/basic-filtering.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/coverage-sample.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/fdr-mode.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/func-id-utils.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/logging-modes.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/pic_test.cc [new file with mode: 0644]
compiler-rt/test/xray/TestCases/Posix/quiet-start.cc [new file with mode: 0644]
compiler-rt/test/xray/lit.cfg