summaryrefslogtreecommitdiff
path: root/test/CodeGen/pragma-comment.c
AgeCommit message (Expand)Author
2018-02-07Support `#pragma comment(lib, "name")` in the frontend for ELFSaleem Abdulrasool
2017-07-20[AArch64] Produce correct defaultlib directives for windows in MSVC styleMartin Storsjo
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne
2016-06-23CodeGen: support linker options on Windows ARMSaleem Abdulrasool
2015-07-20Fix quoting of #pragma comment for PS4.Yunzhong Gao
2015-03-23Adds a warning for unrecognized argument to #pragma comment() on PS4.Yunzhong Gao
2015-02-16Fix quoting of #pragma comment for MS compat, clang part.Michael Kuperstein
2015-01-28Enable pragma comment processing for PS4. Original patch by Yunzhong Gao!Alex Rosenberg
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-06-19Improve robustness of tests for module flags metadataOliver Stannard
2013-05-24Suffixing #pragma comment(lib) library names with .lib if necessary. This ma...Aaron Ballman
2013-05-09Add pragma-comment.c test case for r181426 that I forgot to addReid Kleckner