diff options
author | Jonathan Metzman <metzman@chromium.org> | 2019-05-02 16:45:17 +0000 |
---|---|---|
committer | Jonathan Metzman <metzman@chromium.org> | 2019-05-02 16:45:17 +0000 |
commit | 3d1d3ad50ef9173c0d498f08d0abc2ed79de323e (patch) | |
tree | c4f161455f962b7c77598217cf909a07c16e3275 /compiler-rt/test | |
parent | e25a0e95104ba73f78c6b3da5c703af17630ce3e (diff) | |
download | llvm-3d1d3ad50ef9173c0d498f08d0abc2ed79de323e.zip llvm-3d1d3ad50ef9173c0d498f08d0abc2ed79de323e.tar.gz llvm-3d1d3ad50ef9173c0d498f08d0abc2ed79de323e.tar.bz2 |
[libFuzzer] Re-enable libFuzzer on i386 Linux and fix test
Summary:
Re-enable libFuzzer on i386 Linux after it was accidentally
disabled.
Also disable gc-sections.test on i386 since lld isn't
garbage collecting properly with ASAN on i386.
Reviewers: morehouse
Reviewed By: morehouse
Subscribers: srhines, mgorny, #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D61415
llvm-svn: 359802
Diffstat (limited to 'compiler-rt/test')
-rw-r--r-- | compiler-rt/test/fuzzer/gc-sections.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/gc-sections.test b/compiler-rt/test/fuzzer/gc-sections.test index e52c26b..415b80c 100644 --- a/compiler-rt/test/fuzzer/gc-sections.test +++ b/compiler-rt/test/fuzzer/gc-sections.test @@ -1,4 +1,6 @@ REQUIRES: linux, lld-available +# LLD isn't pruning functions as we expect it to with ASAN on i386. +UNSUPPORTED: i386 No gc-sections: RUN: %cpp_compiler %S/GcSectionsTest.cpp -o %t |