diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-05-05 20:34:29 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-05-05 20:34:29 +0000 |
commit | 9f77e90dcc245408ea2a3aed8d9babcc1ec86357 (patch) | |
tree | 390b24a23c788d14eb99a87cade1f512edda7068 /clang/test | |
parent | 9c284c4d7a08872b90016321d29e41832e48db59 (diff) | |
download | bcm5719-llvm-9f77e90dcc245408ea2a3aed8d9babcc1ec86357.tar.gz bcm5719-llvm-9f77e90dcc245408ea2a3aed8d9babcc1ec86357.zip |
Update testcase to match r236539
llvm-svn: 236542
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGenCXX/dllimport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/dllimport.cpp b/clang/test/CodeGenCXX/dllimport.cpp index 73f60234430..d2c6765d0c8 100644 --- a/clang/test/CodeGenCXX/dllimport.cpp +++ b/clang/test/CodeGenCXX/dllimport.cpp @@ -243,7 +243,7 @@ __declspec(dllimport) __attribute__((noinline)) inline void noinline() {} USE(noinline) // MSC2-NOT: @"\01?alwaysInline@@YAXXZ"() -// GNU-DAG: define linkonce_odr void @_Z12alwaysInlinev() {{.*}} comdat { +// GNU2-NOT: @_Z12alwaysInlinev() __declspec(dllimport) __attribute__((always_inline)) inline void alwaysInline() {} USE(alwaysInline) |