diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-06-23 13:45:33 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-06-23 13:45:33 +0000 |
commit | 6e9e88b30aeca4239dd333c4b04b638973150f79 (patch) | |
tree | 9eb4155660c6a226c83fad8e57f3e9a2bd038458 /clang/test/CodeGen/pragma-detect_mismatch.c | |
parent | de393329b934570e18e05f6c29fe432fbc27283c (diff) | |
download | bcm5719-llvm-6e9e88b30aeca4239dd333c4b04b638973150f79.tar.gz bcm5719-llvm-6e9e88b30aeca4239dd333c4b04b638973150f79.zip |
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
llvm-svn: 273558
Diffstat (limited to 'clang/test/CodeGen/pragma-detect_mismatch.c')
-rw-r--r-- | clang/test/CodeGen/pragma-detect_mismatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/pragma-detect_mismatch.c b/clang/test/CodeGen/pragma-detect_mismatch.c index c5f3af340aa..08259fc6be7 100644 --- a/clang/test/CodeGen/pragma-detect_mismatch.c +++ b/clang/test/CodeGen/pragma-detect_mismatch.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -triple i686-pc-win32 -fms-extensions -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple thumbv7-windows -fms-extensions -emit-llvm -o - | FileCheck %s #pragma detect_mismatch("test", "1") |