Author: mpividori
Date: Sun Jan 29 00:03:05 2017
New Revision: 293420
URL: http://llvm.org/viewvc/llvm-project?rev=293420&view=rev
Log:
[windows] [asan] Add linker flag when including "asan_dynamic_runtime_thunk".
I modify clang driver for windows to include:
"-wholearchive:asan_dynamic_runtime_t
Author: mpividori
Date: Tue Jan 31 12:31:38 2017
New Revision: 293668
URL: http://llvm.org/viewvc/llvm-project?rev=293668&view=rev
Log:
[windows] [asan] Add wholearchive flag when including static lib asan.
In Windows, when the sanitizer is implemented as a static library, we use
auxiliary static
Author: mpividori
Date: Tue Jan 31 13:05:05 2017
New Revision: 293676
URL: http://llvm.org/viewvc/llvm-project?rev=293676&view=rev
Log:
[windows] [asan] Fix tests failing after 293668.
Modified:
cfe/trunk/test/Driver/cl-link.c
Modified: cfe/trunk/test/Driver/cl-link.c
URL:
http://llvm.org/v
Author: mpividori
Date: Thu Feb 9 12:22:35 2017
New Revision: 294604
URL: http://llvm.org/viewvc/llvm-project?rev=294604&view=rev
Log:
[windows] [asan] Add wholearchive flag when including asan_cxx lib.
We need -wholearchive for asan_cxx, the same than for asan.
Clang Driver will add asan_cxx at
Author: mpividori
Date: Thu Feb 9 12:40:52 2017
New Revision: 294609
URL: http://llvm.org/viewvc/llvm-project?rev=294609&view=rev
Log:
[windows] Fix test for cl driver.
cl-link.c test was failing after r294604 because of the change in the order of
parameters.
Modified:
cfe/trunk/test/Driver