[PATCH] D57412: [scudo] Initial standalone skeleton check-in
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 31 14:38:49 PST 2019
cryptoad updated this revision to Diff 184615.
cryptoad added a comment.
- remove commented `RUNTIME ${SCUDO_TEST_RUNTIME}` in tests CMake
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57412/new/
https://reviews.llvm.org/D57412
Files:
cmake/config-ix.cmake
lib/CMakeLists.txt
lib/scudo/standalone/
lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/atomic_helpers.h
lib/scudo/standalone/empty.cc
lib/scudo/standalone/internal_defs.h
lib/scudo/standalone/list.h
lib/scudo/standalone/platform.h
lib/scudo/standalone/tests/
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/atomic_test.cc
lib/scudo/standalone/tests/list_test.cc
lib/scudo/standalone/tests/scudo_unit_test_main.cc
test/scudo/CMakeLists.txt
test/scudo/standalone/
test/scudo/standalone/CMakeLists.txt
test/scudo/standalone/unit/
test/scudo/standalone/unit/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57412.184615.patch
Type: text/x-patch
Size: 32242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190131/efdd1f24/attachment.bin>
More information about the llvm-commits
mailing list