diff options
| author | Kostya Serebryany <kcc@google.com> | 2012-06-05 13:48:15 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2012-06-05 13:48:15 +0000 |
| commit | 03cd639b5695769aa4976018a187c50378c71a04 (patch) | |
| tree | 45d943153957a117b1c9b274f81e627986e1de1b /compiler-rt/lib | |
| parent | d3d173ddca6c3bc1cdd74b5ab2e6b932de212aa4 (diff) | |
| download | bcm5719-llvm-03cd639b5695769aa4976018a187c50378c71a04.tar.gz bcm5719-llvm-03cd639b5695769aa4976018a187c50378c71a04.zip | |
[asan] change the order of tests in the asan_test binary. Makes the test runs 2x faster due to DEATH_TEST overhead (see asan issue 77)
llvm-svn: 157997
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/asan/Makefile.old | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/Makefile.old b/compiler-rt/lib/asan/Makefile.old index 8878f6696d3..74a063be8b4 100644 --- a/compiler-rt/lib/asan/Makefile.old +++ b/compiler-rt/lib/asan/Makefile.old @@ -284,11 +284,11 @@ $(LIBASAN_A): mk_bin_dir $(LIBASAN_OBJ) $(MAKEFILE) $(CXX) -shared $(CFLAGS) $(LIBASAN_OBJ) $(LD_FLAGS) -o $(BIN)/libasan$(SUFF).so TEST_OBJECTS_COMMON=\ - $(BIN)/asan_test$(SUFF).o \ $(BIN)/asan_globals_test$(SUFF).o \ $(BIN)/asan_break_optimization$(SUFF).o \ $(BIN)/asan_noinst_test$(SUFF).o \ - $(BIN)/asan_interface_test$(SUFF).o + $(BIN)/asan_interface_test$(SUFF).o \ + $(BIN)/asan_test$(SUFF).o BENCHMARK_OBJECTS=\ $(BIN)/asan_benchmarks_test$(SUFF).o \ |

