]> granicus.if.org Git - clang/commit
CodeGen: support linker options on Windows ARM
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 23 Jun 2016 13:45:33 +0000 (13:45 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 23 Jun 2016 13:45:33 +0000 (13:45 +0000)
commitb26c917a04e5f34f92a1a16378ab41de273a4348
tree6c3ed71fc8fd8ffe5519b55f513b7e2fddab31e9
parentcc368efa9ed0a97d7a23218b28a1a226ca38aa60
CodeGen: support linker options on Windows ARM

We would incorrectly emit the directive sections due to the missing overridden
methods.  We now emit the expected "/DEFAULTLIB" rather than "-l" options for
requested linkage

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273558 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/dependent-lib.c
test/CodeGen/pragma-comment.c
test/CodeGen/pragma-detect_mismatch.c
test/PCH/pragma-comment.c
test/PCH/pragma-detect_mismatch.c