summaryrefslogtreecommitdiff
path: root/test/Driver/cl-link.c
AgeCommit message (Expand)Author
2017-06-06[Driver] Don't force .exe suffix for lldShoaib Meenai
2017-02-09[windows] Fix test for cl driver.Marcos Pividori
2017-01-31[windows] [asan] Fix tests failing after 293668.Marcos Pividori
2017-01-29[windows] [asan] Add linker flag when including "asan_dynamic_runtime_thunk".Marcos Pividori
2016-10-04clang-cl: expose the -fuse-ld optionHans Wennborg
2016-04-15clang-cl: Don't check for existence of linker inputs when /link is usedHans Wennborg
2016-04-15clang-cl: Make /link accept an optional joined argument.Hans Wennborg
2015-07-15Erase REQUIRES: shell-preserves-root from more tests, see r242312.Yaron Keren
2015-07-02Specify --target, hopefully fixing non-x86 bots.Peter Collingbourne
2015-07-02Specify -arch:IA32. Should fix hexagon bot.Peter Collingbourne
2015-07-02Driver: add support for linking the UBSan runtime library on Windows.Peter Collingbourne
2014-09-12[ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtimeTimur Iskhodzhanov
2014-09-12Update the test case after r217673Timur Iskhodzhanov
2014-08-26[ASan/Win] Add an extra thunk.lib to handle stack-use-after-return optionTimur Iskhodzhanov
2014-05-12[ASan] Fixup for r208610: link in asan_cxx library on WindowsAlexey Samsonov
2014-04-25clang-cl: pass -debug flag to the linker when compiling with debug infoHans Wennborg
2013-09-11Fix the ASan dll_thunk pathTimur Iskhodzhanov
2013-09-10Fix cl-link.c test failure on Mac platformsHans Wennborg
2013-09-10clang-cl: Support building DLLs (PR17083)Hans Wennborg
2013-08-30clang-cl: Pass -incremental:no to linker when using ASanHans Wennborg
2013-08-28clang-cl: Pass -debug to the linker when using -fsanitize=addressHans Wennborg
2013-08-27clang-cl: Support -fsanitize=addressHans Wennborg
2013-08-13clang-cl: Support /link option and set target to win32Hans Wennborg